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

Translations update from Hosted Weblate #111

Merged
merged 8 commits into from
Jul 9, 2024
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
2 changes: 1 addition & 1 deletion app/src/main/res/values-b+zh+Hans/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<string name="allow_tag">允许标签</string>
<string name="allow_app">允许应用</string>
<string name="n_items">%1$d 个项目</string>
<string name="app_label_not_visible_reason">The application name is not available, probably because it was uninstalled.</string>
<string name="app_label_not_visible_reason">应用程序名不可用,可能因为应用被卸载了。</string>
<string name="sensitive_phrases">Sensitive Phrases</string>
<string name="reset_to_default">Reset to default</string>
<string name="add">Add</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-b+zh+Hant/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<string name="history_desc">Recently detected codes will be shown here.</string>
<string name="clear_history">清除歷史</string>
<string name="irreversible_action_warning">You cannot undo this action, Continue?</string>
<string name="yes">確定</string>
<string name="yes"></string>
<string name="no">否</string>
<string name="options">選項</string>
<string name="history_detail">History Detail</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<string name="irreversible_action_warning">You cannot undo this action, Continue?</string>
<string name="yes">Ja</string>
<string name="no">Nein</string>
<string name="options">Optionen</string>
<string name="options">Einstellungen</string>
<string name="history_detail">History Detail</string>
<string name="allow_id">Allow ID</string>
<string name="allow_tag">Allow Tag</string>
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values-fa-rIR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<string name="notification">اعلان</string>
<string name="notification_tag">برچسب</string>
<string name="ignore_id">نادیده گرفتن شناسه</string>
<string name="show_details">نمایش جزییات</string>
<string name="history">تاریخ</string>
<string name="show_details">نمایش جزئیات</string>
<string name="history">تاریخچه</string>
<string name="history_help">تاریخچه هر نیمه شب به صورت خودکار به جز 10 مورد آخر پاک می شود.</string>
<string name="replace_code_in_history">جاگزین کردن کد در تاریخچه</string>
<string name="replace_code_in_history_help">کد شناسایی شده را در تاریخچه با اعداد صفر جایگذاری می‌کند.</string>
Expand All @@ -82,7 +82,7 @@
<string name="allow_tag">اجازه به برچسب</string>
<string name="allow_app">اجازه به برنامه</string>
<string name="n_items">%1$d مورد</string>
<string name="app_label_not_visible_reason">The application name is not available, probably because it was uninstalled.</string>
<string name="app_label_not_visible_reason">نام برنامه در دسترس نیست، احتمالا بخاطر این که پاک شده است.</string>
<string name="sensitive_phrases">Sensitive Phrases</string>
<string name="reset_to_default">Reset to default</string>
<string name="add">Add</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<string name="send_detected_notif_help">Posts a notification showing the detected code.</string>
<string name="auto_copy_help">Automatically copies the detected code.</string>
<string name="history_desc">Recently detected codes will be shown here.</string>
<string name="clear_history">Effacer l\'historique</string>
<string name="clear_history">Effacer lhistorique</string>
<string name="irreversible_action_warning">You cannot undo this action, Continue?</string>
<string name="yes">Oui</string>
<string name="no">Non</string>
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@
<string name="permission_revoked_channel_description">Kullanıcıya gerekli izinleri hatırlatır</string>
<string name="permission_revoked">İzin İptal Edildi</string>
<string name="permission_revoked_notification_hint">Lütfen okuma bildirimi iznini tekrar verin. Ayarları açmak için bu mesaja dokunun.</string>
<string name="notification_id">Kimlik</string>
<string name="error">Hata</string>
<string name="settings">Ayarlar</string>
<string name="application">Uygulama</string>
<string name="application">Başvuru</string>
<string name="notification_tag">Etiket</string>
<string name="notification">Bildirim</string>
<string name="ignore_id">Ignore ID</string>
Expand Down
Loading