Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate material3 translations for 1.7.0 #1553

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ internal fun Translations.fa() = mapOf(
Strings.DatePickerTitle to "انتخاب تاریخ",
Strings.DatePickerHeadline to "تاریخ انتخابی",
Strings.DatePickerSwitchToYearSelection to "رفتن به انتخاب سال",
Strings.DatePickerSwitchToDaySelection to "برای انتخاب سال، تند بکشید یا برای برگشتن به انتخاب روز، ضربه بزنید",
Strings.DatePickerSwitchToDaySelection to "برای انتخاب سال، تند بکشید یا برای برگشتن به انتخاب روز، تک‌ضرب بزنید",
Strings.DatePickerSwitchToNextMonth to "تغییر به ماه بعدی",
Strings.DatePickerSwitchToPreviousMonth to "تغییر به ماه قبلی",
Strings.DatePickerNavigateToYearDescription to "‏پیمایش به سال %1\$s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import androidx.compose.ui.platform.Translations
@Suppress("UnusedReceiverParameter", "DuplicatedCode")
internal fun Translations.ne() = mapOf(
Strings.SelectAll to "सबैलाई चयन गर्नुहोस्",
Strings.Cut to "काट्नुहोस्",
Strings.Cut to "कट् गर्नुहोस्",
Strings.Copy to "कपी गर्नुहोस्",
Strings.Paste to "टाँस्नुहोस्",
)