Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-signal committed Sep 26, 2024
1 parent c610758 commit f926f37
Show file tree
Hide file tree
Showing 89 changed files with 4,708 additions and 134 deletions.
21 changes: 21 additions & 0 deletions Signal/translations/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -718,12 +718,30 @@
/* Navigation bar title for the sheet used to create & configure a Call Link. */
"CALL_LINK_CREATE" = "إنشاء رابط المكالمة";

/* Description of sheet presented when call link creation fails. */
"CALL_LINK_CREATION_FAILURE_SHEET_DESCRIPTION" = "Call link could not be created. Check your internet connection and try again.";

/* Title of sheet presented when call link creation or update fails. */
"CALL_LINK_CREATION_OR_UPDATE_FAILURE_SHEET_TITLE" = "Network Error";

/* Button to open a screen to edit the name of a Call Link. Also used as the title of that screen once it opens. */
"CALL_LINK_EDIT_NAME" = "تعديل اسم المكالمة";

/* Description of sheet presented when joining call from call link sheet fails. */
"CALL_LINK_JOIN_CALL_FAILURE_SHEET_DESCRIPTION" = "Could not join call. Check your internet connection and try again.";

/* Shown in a message bubble when you send a call link in a Signal chat */
"CALL_LINK_LINK_PREVIEW_DESCRIPTION" = "اِستخدم هذا الرابط للانضمام إلى مكالمة Signal";

/* Title for button to approve all requests to join a call. */
"CALL_LINK_REQUEST_SHEET_APPROVE_ALL_BUTTON" = "Approve All";

/* Title for button to deny all requests to join a call. */
"CALL_LINK_REQUEST_SHEET_DENY_ALL_BUTTON" = "Deny All";

/* Header for the sheet displaying a list of requests to join a call. */
"CALL_LINK_REQUEST_SHEET_HEADER" = "Requests to Join this Call";

/* Name of a toggle switch to enable/disable admin approval for joining a Call Link. */
"CALL_LINK_REQUIRE_APPROVAL" = "يتطلَّب موافقة المُشرِف";

Expand All @@ -733,6 +751,9 @@
/* Button to open the system share sheet to share a Call Link. */
"CALL_LINK_SHARE_VIA_SYSTEM" = "مُشاركة الرابط";

/* Description of sheet presented when call link update fails. */
"CALL_LINK_UPDATE_FAILURE_SHEET_DESCRIPTION" = "Call link could not be updated. Check your internet connection and try again.";

/* Label on button for lowering hand in call. */
"CALL_LOWER_HAND_BUTTON_LABEL" = "اخفض اليد";

Expand Down
120 changes: 120 additions & 0 deletions Signal/translations/ar.lproj/PluralAware.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,126 @@
<string>إضافة أعضاء جُدد</string>
</dict>
</dict>
<key>CALL_LINK_APPROVE_ALL_REQUESTS_CONFIRMATION_BODY_%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>zero</key>
<string>%1$ld people will be added to the call.</string>
<key>one</key>
<string>%1$ld person will be added to the call.</string>
<key>two</key>
<string>%1$ld people will be added to the call.</string>
<key>few</key>
<string>%1$ld people will be added to the call.</string>
<key>many</key>
<string>%1$ld people will be added to the call.</string>
<key>other</key>
<string>%1$ld people will be added to the call.</string>
</dict>
</dict>
<key>CALL_LINK_APPROVE_ALL_REQUESTS_CONFIRMATION_TITLE_%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>zero</key>
<string>Approve %1$ld Requests?</string>
<key>one</key>
<string>Approve %1$ld Request?</string>
<key>two</key>
<string>Approve %1$ld Requests?</string>
<key>few</key>
<string>Approve %1$ld Requests?</string>
<key>many</key>
<string>Approve %1$ld Requests?</string>
<key>other</key>
<string>Approve %1$ld Requests?</string>
</dict>
</dict>
<key>CALL_LINK_DENY_ALL_REQUESTS_CONFIRMATION_BODY_%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>zero</key>
<string>%1$ld people will not be added to the call.</string>
<key>one</key>
<string>%1$ld person will not be added to the call.</string>
<key>two</key>
<string>%1$ld people will not be added to the call.</string>
<key>few</key>
<string>%1$ld people will not be added to the call.</string>
<key>many</key>
<string>%1$ld people will not be added to the call.</string>
<key>other</key>
<string>%1$ld people will not be added to the call.</string>
</dict>
</dict>
<key>CALL_LINK_DENY_ALL_REQUESTS_CONFIRMATION_TITLE_%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>zero</key>
<string>Deny %1$ld Requests?</string>
<key>one</key>
<string>Deny %1$ld Request?</string>
<key>two</key>
<string>Deny %1$ld Requests?</string>
<key>few</key>
<string>Deny %1$ld Requests?</string>
<key>many</key>
<string>Deny %1$ld Requests?</string>
<key>other</key>
<string>Deny %1$ld Requests?</string>
</dict>
</dict>
<key>CALL_LINK_REQUEST_HEADER_COUNT_%d</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>zero</key>
<string>%1$ld People Waiting</string>
<key>one</key>
<string>%1$ld Person Waiting</string>
<key>two</key>
<string>%1$ld People Waiting</string>
<key>few</key>
<string>%1$ld People Waiting</string>
<key>many</key>
<string>%1$ld People Waiting</string>
<key>other</key>
<string>%1$ld People Waiting</string>
</dict>
</dict>
<key>CALL_PEOPLE_HERE</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
Expand Down
21 changes: 21 additions & 0 deletions Signal/translations/be.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -718,12 +718,30 @@
/* Navigation bar title for the sheet used to create & configure a Call Link. */
"CALL_LINK_CREATE" = "Стварыць спасылку на званок";

/* Description of sheet presented when call link creation fails. */
"CALL_LINK_CREATION_FAILURE_SHEET_DESCRIPTION" = "Call link could not be created. Check your internet connection and try again.";

/* Title of sheet presented when call link creation or update fails. */
"CALL_LINK_CREATION_OR_UPDATE_FAILURE_SHEET_TITLE" = "Network Error";

/* Button to open a screen to edit the name of a Call Link. Also used as the title of that screen once it opens. */
"CALL_LINK_EDIT_NAME" = "Рэдагаваць назву званка";

/* Description of sheet presented when joining call from call link sheet fails. */
"CALL_LINK_JOIN_CALL_FAILURE_SHEET_DESCRIPTION" = "Could not join call. Check your internet connection and try again.";

/* Shown in a message bubble when you send a call link in a Signal chat */
"CALL_LINK_LINK_PREVIEW_DESCRIPTION" = "Выкарыстайце гэтую спасылку, каб далучыцца да званка Signal";

/* Title for button to approve all requests to join a call. */
"CALL_LINK_REQUEST_SHEET_APPROVE_ALL_BUTTON" = "Approve All";

/* Title for button to deny all requests to join a call. */
"CALL_LINK_REQUEST_SHEET_DENY_ALL_BUTTON" = "Deny All";

/* Header for the sheet displaying a list of requests to join a call. */
"CALL_LINK_REQUEST_SHEET_HEADER" = "Requests to Join this Call";

/* Name of a toggle switch to enable/disable admin approval for joining a Call Link. */
"CALL_LINK_REQUIRE_APPROVAL" = "Патрабуецца пацвярджэнне адміністратара";

Expand All @@ -733,6 +751,9 @@
/* Button to open the system share sheet to share a Call Link. */
"CALL_LINK_SHARE_VIA_SYSTEM" = "Абагуліць спасылку";

/* Description of sheet presented when call link update fails. */
"CALL_LINK_UPDATE_FAILURE_SHEET_DESCRIPTION" = "Call link could not be updated. Check your internet connection and try again.";

/* Label on button for lowering hand in call. */
"CALL_LOWER_HAND_BUTTON_LABEL" = "Апусціць руку";

Expand Down
100 changes: 100 additions & 0 deletions Signal/translations/be.lproj/PluralAware.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,106 @@
<string>Дадаць новых удзельнікаў</string>
</dict>
</dict>
<key>CALL_LINK_APPROVE_ALL_REQUESTS_CONFIRMATION_BODY_%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%1$ld person will be added to the call.</string>
<key>few</key>
<string>%1$ld people will be added to the call.</string>
<key>many</key>
<string>%1$ld people will be added to the call.</string>
<key>other</key>
<string>%1$ld people will be added to the call.</string>
</dict>
</dict>
<key>CALL_LINK_APPROVE_ALL_REQUESTS_CONFIRMATION_TITLE_%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>Approve %1$ld Request?</string>
<key>few</key>
<string>Approve %1$ld Requests?</string>
<key>many</key>
<string>Approve %1$ld Requests?</string>
<key>other</key>
<string>Approve %1$ld Requests?</string>
</dict>
</dict>
<key>CALL_LINK_DENY_ALL_REQUESTS_CONFIRMATION_BODY_%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%1$ld person will not be added to the call.</string>
<key>few</key>
<string>%1$ld people will not be added to the call.</string>
<key>many</key>
<string>%1$ld people will not be added to the call.</string>
<key>other</key>
<string>%1$ld people will not be added to the call.</string>
</dict>
</dict>
<key>CALL_LINK_DENY_ALL_REQUESTS_CONFIRMATION_TITLE_%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>Deny %1$ld Request?</string>
<key>few</key>
<string>Deny %1$ld Requests?</string>
<key>many</key>
<string>Deny %1$ld Requests?</string>
<key>other</key>
<string>Deny %1$ld Requests?</string>
</dict>
</dict>
<key>CALL_LINK_REQUEST_HEADER_COUNT_%d</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@text@</string>
<key>text</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%1$ld Person Waiting</string>
<key>few</key>
<string>%1$ld People Waiting</string>
<key>many</key>
<string>%1$ld People Waiting</string>
<key>other</key>
<string>%1$ld People Waiting</string>
</dict>
</dict>
<key>CALL_PEOPLE_HERE</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
Expand Down
21 changes: 21 additions & 0 deletions Signal/translations/bn.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -718,12 +718,30 @@
/* Navigation bar title for the sheet used to create & configure a Call Link. */
"CALL_LINK_CREATE" = "কলের লিংক তৈরি করুন";

/* Description of sheet presented when call link creation fails. */
"CALL_LINK_CREATION_FAILURE_SHEET_DESCRIPTION" = "Call link could not be created. Check your internet connection and try again.";

/* Title of sheet presented when call link creation or update fails. */
"CALL_LINK_CREATION_OR_UPDATE_FAILURE_SHEET_TITLE" = "Network Error";

/* Button to open a screen to edit the name of a Call Link. Also used as the title of that screen once it opens. */
"CALL_LINK_EDIT_NAME" = "কলের নাম এডিট করুন";

/* Description of sheet presented when joining call from call link sheet fails. */
"CALL_LINK_JOIN_CALL_FAILURE_SHEET_DESCRIPTION" = "Could not join call. Check your internet connection and try again.";

/* Shown in a message bubble when you send a call link in a Signal chat */
"CALL_LINK_LINK_PREVIEW_DESCRIPTION" = "Signal কলে যোগ দিতে এই লিংকটি ব্যবহার করুন";

/* Title for button to approve all requests to join a call. */
"CALL_LINK_REQUEST_SHEET_APPROVE_ALL_BUTTON" = "Approve All";

/* Title for button to deny all requests to join a call. */
"CALL_LINK_REQUEST_SHEET_DENY_ALL_BUTTON" = "Deny All";

/* Header for the sheet displaying a list of requests to join a call. */
"CALL_LINK_REQUEST_SHEET_HEADER" = "Requests to Join this Call";

/* Name of a toggle switch to enable/disable admin approval for joining a Call Link. */
"CALL_LINK_REQUIRE_APPROVAL" = "অ্যাডমিনের অনুমোদন প্রয়োজন";

Expand All @@ -733,6 +751,9 @@
/* Button to open the system share sheet to share a Call Link. */
"CALL_LINK_SHARE_VIA_SYSTEM" = "লিঙ্ক শেয়ার করুন";

/* Description of sheet presented when call link update fails. */
"CALL_LINK_UPDATE_FAILURE_SHEET_DESCRIPTION" = "Call link could not be updated. Check your internet connection and try again.";

/* Label on button for lowering hand in call. */
"CALL_LOWER_HAND_BUTTON_LABEL" = "হাত নামান";

Expand Down
Loading

0 comments on commit f926f37

Please sign in to comment.