Skip to content

Commit e61291a

Browse files
authored
chore: cherry pick missing localizations from develop to 4.14 - WPB-22722 (#4224)
1 parent a9b4d8c commit e61291a

File tree

46 files changed

+777
-434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+777
-434
lines changed

WireCalling/Sources/WireCallingUI/Resources/Localization/de.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"wireMeetings.list.header.today" = "Heute";
3232
"wireMeetings.list.header.tomorrow" = "Morgen";
3333
"wireMeetings.list.header.yesterday" = "Gestern";
34-
"wireMeetings.list.header.ongoing" = "Ongoing";
34+
"wireMeetings.list.header.ongoing" = "Aktuell";
3535

3636
// MARK: - Schedule a meeting
3737

WireMessaging/Sources/WireMessagingUI/Resources/Localization/ar.lproj/Localizable.strings

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282

8383
"conversation.creationForm.readReceipts.toggle" = "إشعار بالقراءة";
8484
"conversation.creationForm.readReceipts.description" = "When this is on, people can see when their messages in this conversation are read.";
85-
"conversation.creationForm.wireCells.toggle" = "File collaboration";
86-
"conversation.creationForm.wireCells.description" = "Enable participants to manage their documents and media files. Use folders, tags and filters to work more efficiently. This can't be undone.";
85+
"conversation.creationForm.wireCells.toggle" = "Shared Drive";
86+
"conversation.creationForm.wireCells.description" = "Enable participants to manage their documents and media files in a shared Drive. This cant be undone.";
8787
"conversation.creationForm.wireCells.learnMore" = "معرفة المزيد";
8888

8989

@@ -111,8 +111,8 @@
111111
"conversation.draft.attachmentMenu.remove" = "Remove File";
112112

113113
// MARK: - Conversation Files View
114-
"conversation.wireCells.files.navigationTitle" = "ملفّات";
115-
"conversation.wireCells.allFiles.navigationTitle" = "All Files";
114+
"conversation.wireCells.files.navigationTitle" = "Shared Drive";
115+
"conversation.wireCells.allFiles.navigationTitle" = "Drive";
116116
"conversation.wireCells.files.item.subtitle" = "%@ by %@";
117117
"conversation.wireCells.files.loadMore.title" = "Load more";
118118
"conversation.wireCells.files.item.menu.open" = "افتح";
@@ -132,33 +132,36 @@
132132
"conversation.wireCells.files.item.deleteConfirmation.button" = "حذف";
133133
"conversation.wireCells.files.noData.title" = "There are no files or folders yet";
134134
"conversation.wireCells.files.noData.message" = "You'll find all files and folders shared in this conversation here.";
135-
"conversation.wireCells.allFiles.noData.message" = "You'll find all files and folders shared across your conversations here.";
135+
"conversation.wireCells.files.noData.learnMore" = "Learn more about Shared Drive";
136+
"conversation.wireCells.allFiles.noData.title" = "There are no files yet";
137+
"conversation.wireCells.allFiles.noData.message" = "For conversations that use shared Drive, you'll find all files here.";
138+
"conversation.wireCells.allFiles.noData.learnMore" = "معرفة المزيد";
136139
"conversation.wireCells.files.pendingCells.title" = "Files are loading";
137140
"conversation.wireCells.files.pendingCells.message" = "Your documents and media files will be available here once we've uploaded all files and folders.";
138141
"conversation.wireCells.files.error.title" = "Can't load files";
139142
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
140143
"conversation.wireCells.files.error.reload" = "Reload";
141144
"conversation.wireCells.files.search.title" = "Search files";
142-
"conversation.wireCells.files.list.newFolder" = "New folder";
145+
"conversation.wireCells.files.list.createFolder" = "Create folder";
143146
"conversation.wireCells.files.newFolder.title" = "Folder name";
144147
"conversation.wireCells.files.newFolder.placeholder" = "Enter folder name";
145148
"conversation.wireCells.files.newFolder.navigationTitle" = "Create folder";
146149
"conversation.wireCells.files.newFolder.folderNameTooLongError" = "Use a shorter folder name (most 64 characters)";
147-
"conversation.wireCells.files.newFolder.wrongCharacterError" = "Use a name without \"/\"";
148150
"conversation.wireCells.files.newFolder.folderAlreadyExistsError" = "A folder with that name already exists";
149151
"conversation.wireCells.files.fileName.title" = "File name";
150152
"conversation.wireCells.files.folderName.title" = "Folder name";
151153
"conversation.wireCells.files.renameFile.navigationTitle" = "Rename file";
152154
"conversation.wireCells.files.renameFolder.navigationTitle" = "Rename folder";
153155
"conversation.wireCells.files.renameFile.filenameTooLongError" = "Use a shorter file name (most 64 characters)";
154156
"conversation.wireCells.files.renameFolder.folderNameTooLongError" = "Use a shorter folder name (most 64 characters)";
155-
"conversation.wireCells.files.renameFile.wrongCharacterError" = "Use a name without \"/\" and not starting with \".\"";
157+
"conversation.wireCells.files.renameFile.wrongCharacterError" = "Don't start with a . and don't use {0}";
156158
"conversation.wireCells.files.renameFile.fileAlreadyExistsError" = "A file with that name already exists";
157159
"conversation.wireCells.files.renameFolder.folderAlreadyExistsError" = "A folder with that name already exists";
158160
"conversation.wireCells.files.renameFile.placeholder" = "Enter file name";
159161
"conversation.wireCells.files.renameFolder.placeholder" = "Enter folder name";
160162
"conversation.wireCells.files.openRecycleBin" = "Open recycle bin";
161163
"conversation.wireCells.recycleBin.navigationTitle" = "Recycle Bin";
164+
"conversation.wireCells.recycleBin.noData.learnMore" = "Learn more about Recycle Bin";
162165
"conversation.wireCells.recycleBin.noData.message" = "You'll find all deleted files and folders here.";
163166
"conversation.wireCells.recycleBin.item.menu.delete" = "Delete Permanently";
164167
"conversation.wireCells.recycleBin.item.deleteConfirmation.button" = "Delete Permanently";
@@ -187,7 +190,7 @@
187190
"conversation.wireCells.tags.error.nameTooLong" = "Use a shorter tag name (at most 30 characters)";
188191
"conversation.wireCells.tags.error.specialCharacters" = "Use a tag without special characters {0}";
189192
"conversation.wireCells.tags.error.saveFailedTitle" = "Unable to edit tags";
190-
"conversation.wireCells.tags.error.saveFailedMessage" = "Due to an error your tags could not be edited.";
193+
"conversation.wireCells.tags.error.saveFailedMessage" = "Something went wrong while editing the tags. Please try again.";
191194
"conversation.wireCells.tags.error.retryButton" = "Try again";
192195
"conversation.wireCells.files.moveToFolder.move" = "Move here";
193196
"conversation.wireCells.files.moveToFolder.noSubfolders" = "There are no subfolders in this folder.";
@@ -232,7 +235,7 @@
232235
"conversation.wireCells.shareLink.expiration.addExpirationToggle" = "Add expiration";
233236
"conversation.wireCells.shareLink.expiration.description" = "The link expires automatically after the set date and time. People can't access the content anymore.";
234237
"conversation.wireCells.shareLink.expiration.datePickerTitle" = "Expires";
235-
"conversation.wireCells.shareLink.expiration.dateNotSupported" = "Date in the past is not supported";
238+
"conversation.wireCells.shareLink.expiration.dateNotSupported" = "Date in the past";
236239
"conversation.wireCells.shareLink.expiration.unableToAddExpiration.title" = "Unable to add expiration date";
237240
"conversation.wireCells.shareLink.expiration.unableToAddExpiration.message" = "Please check your network connection and try again.";
238241
"conversation.wireCells.shareLink.expiration.unableToAddExpiration.action" = "Try again";
@@ -249,8 +252,8 @@
249252
"conversation.wireCells.filesVersioning.restoreAlertTitle" = "Restore version";
250253
"conversation.wireCells.filesVersioning.restoreAlertMessage" = "This copies the restored version and sets it as the current one. All previous versions remain available.";
251254
"conversation.wireCells.filesVersioning.restoreAlertAction" = "Restore";
252-
"conversation.wireCells.filesVersioning.restoreFailureAlertTitle" = "Restoring version failed";
253-
"conversation.wireCells.filesVersioning.restoreFailureAlertMessage" = "Something went wrong while restoring a version. Please retry.";
255+
"conversation.wireCells.filesVersioning.restoreFailureAlertTitle" = "Unable to restore version";
256+
"conversation.wireCells.filesVersioning.restoreFailureAlertMessage" = "Something went wrong while restoring this version. Please try again.";
254257
"conversation.wireCells.filesVersioning.downloadVersion" = "Download version";
255258
"conversation.wireCells.filesVersioning.retry" = "Retry";
256259
"conversation.wireCells.filesVersioning.restoringVersion" = "Restoring version...";

WireMessaging/Sources/WireMessagingUI/Resources/Localization/da.lproj/Localizable.strings

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282

8383
"conversation.creationForm.readReceipts.toggle" = "Read receipts";
8484
"conversation.creationForm.readReceipts.description" = "When this is on, people can see when their messages in this conversation are read.";
85-
"conversation.creationForm.wireCells.toggle" = "File collaboration";
86-
"conversation.creationForm.wireCells.description" = "Enable participants to manage their documents and media files. Use folders, tags and filters to work more efficiently. This can't be undone.";
85+
"conversation.creationForm.wireCells.toggle" = "Shared Drive";
86+
"conversation.creationForm.wireCells.description" = "Enable participants to manage their documents and media files in a shared Drive. This cant be undone.";
8787
"conversation.creationForm.wireCells.learnMore" = "Lær mere";
8888

8989

@@ -111,8 +111,8 @@
111111
"conversation.draft.attachmentMenu.remove" = "Remove File";
112112

113113
// MARK: - Conversation Files View
114-
"conversation.wireCells.files.navigationTitle" = "Filer";
115-
"conversation.wireCells.allFiles.navigationTitle" = "All Files";
114+
"conversation.wireCells.files.navigationTitle" = "Shared Drive";
115+
"conversation.wireCells.allFiles.navigationTitle" = "Drive";
116116
"conversation.wireCells.files.item.subtitle" = "%@ by %@";
117117
"conversation.wireCells.files.loadMore.title" = "Load more";
118118
"conversation.wireCells.files.item.menu.open" = "Åbn";
@@ -132,33 +132,36 @@
132132
"conversation.wireCells.files.item.deleteConfirmation.button" = "Slet";
133133
"conversation.wireCells.files.noData.title" = "There are no files or folders yet";
134134
"conversation.wireCells.files.noData.message" = "You'll find all files and folders shared in this conversation here.";
135-
"conversation.wireCells.allFiles.noData.message" = "You'll find all files and folders shared across your conversations here.";
135+
"conversation.wireCells.files.noData.learnMore" = "Learn more about Shared Drive";
136+
"conversation.wireCells.allFiles.noData.title" = "There are no files yet";
137+
"conversation.wireCells.allFiles.noData.message" = "For conversations that use shared Drive, you'll find all files here.";
138+
"conversation.wireCells.allFiles.noData.learnMore" = "Lær mere";
136139
"conversation.wireCells.files.pendingCells.title" = "Files are loading";
137140
"conversation.wireCells.files.pendingCells.message" = "Your documents and media files will be available here once we've uploaded all files and folders.";
138141
"conversation.wireCells.files.error.title" = "Can't load files";
139142
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
140143
"conversation.wireCells.files.error.reload" = "Reload";
141144
"conversation.wireCells.files.search.title" = "Search files";
142-
"conversation.wireCells.files.list.newFolder" = "New folder";
145+
"conversation.wireCells.files.list.createFolder" = "Create folder";
143146
"conversation.wireCells.files.newFolder.title" = "Folder name";
144147
"conversation.wireCells.files.newFolder.placeholder" = "Enter folder name";
145148
"conversation.wireCells.files.newFolder.navigationTitle" = "Create folder";
146149
"conversation.wireCells.files.newFolder.folderNameTooLongError" = "Use a shorter folder name (most 64 characters)";
147-
"conversation.wireCells.files.newFolder.wrongCharacterError" = "Use a name without \"/\"";
148150
"conversation.wireCells.files.newFolder.folderAlreadyExistsError" = "A folder with that name already exists";
149151
"conversation.wireCells.files.fileName.title" = "File name";
150152
"conversation.wireCells.files.folderName.title" = "Folder name";
151153
"conversation.wireCells.files.renameFile.navigationTitle" = "Rename file";
152154
"conversation.wireCells.files.renameFolder.navigationTitle" = "Rename folder";
153155
"conversation.wireCells.files.renameFile.filenameTooLongError" = "Use a shorter file name (most 64 characters)";
154156
"conversation.wireCells.files.renameFolder.folderNameTooLongError" = "Use a shorter folder name (most 64 characters)";
155-
"conversation.wireCells.files.renameFile.wrongCharacterError" = "Use a name without \"/\" and not starting with \".\"";
157+
"conversation.wireCells.files.renameFile.wrongCharacterError" = "Don't start with a . and don't use {0}";
156158
"conversation.wireCells.files.renameFile.fileAlreadyExistsError" = "A file with that name already exists";
157159
"conversation.wireCells.files.renameFolder.folderAlreadyExistsError" = "A folder with that name already exists";
158160
"conversation.wireCells.files.renameFile.placeholder" = "Enter file name";
159161
"conversation.wireCells.files.renameFolder.placeholder" = "Enter folder name";
160162
"conversation.wireCells.files.openRecycleBin" = "Open recycle bin";
161163
"conversation.wireCells.recycleBin.navigationTitle" = "Recycle Bin";
164+
"conversation.wireCells.recycleBin.noData.learnMore" = "Learn more about Recycle Bin";
162165
"conversation.wireCells.recycleBin.noData.message" = "You'll find all deleted files and folders here.";
163166
"conversation.wireCells.recycleBin.item.menu.delete" = "Delete Permanently";
164167
"conversation.wireCells.recycleBin.item.deleteConfirmation.button" = "Delete Permanently";
@@ -187,7 +190,7 @@
187190
"conversation.wireCells.tags.error.nameTooLong" = "Use a shorter tag name (at most 30 characters)";
188191
"conversation.wireCells.tags.error.specialCharacters" = "Use a tag without special characters {0}";
189192
"conversation.wireCells.tags.error.saveFailedTitle" = "Unable to edit tags";
190-
"conversation.wireCells.tags.error.saveFailedMessage" = "Due to an error your tags could not be edited.";
193+
"conversation.wireCells.tags.error.saveFailedMessage" = "Something went wrong while editing the tags. Please try again.";
191194
"conversation.wireCells.tags.error.retryButton" = "Try again";
192195
"conversation.wireCells.files.moveToFolder.move" = "Move here";
193196
"conversation.wireCells.files.moveToFolder.noSubfolders" = "There are no subfolders in this folder.";
@@ -232,7 +235,7 @@
232235
"conversation.wireCells.shareLink.expiration.addExpirationToggle" = "Add expiration";
233236
"conversation.wireCells.shareLink.expiration.description" = "The link expires automatically after the set date and time. People can't access the content anymore.";
234237
"conversation.wireCells.shareLink.expiration.datePickerTitle" = "Expires";
235-
"conversation.wireCells.shareLink.expiration.dateNotSupported" = "Date in the past is not supported";
238+
"conversation.wireCells.shareLink.expiration.dateNotSupported" = "Date in the past";
236239
"conversation.wireCells.shareLink.expiration.unableToAddExpiration.title" = "Unable to add expiration date";
237240
"conversation.wireCells.shareLink.expiration.unableToAddExpiration.message" = "Please check your network connection and try again.";
238241
"conversation.wireCells.shareLink.expiration.unableToAddExpiration.action" = "Try again";
@@ -249,8 +252,8 @@
249252
"conversation.wireCells.filesVersioning.restoreAlertTitle" = "Restore version";
250253
"conversation.wireCells.filesVersioning.restoreAlertMessage" = "This copies the restored version and sets it as the current one. All previous versions remain available.";
251254
"conversation.wireCells.filesVersioning.restoreAlertAction" = "Restore";
252-
"conversation.wireCells.filesVersioning.restoreFailureAlertTitle" = "Restoring version failed";
253-
"conversation.wireCells.filesVersioning.restoreFailureAlertMessage" = "Something went wrong while restoring a version. Please retry.";
255+
"conversation.wireCells.filesVersioning.restoreFailureAlertTitle" = "Unable to restore version";
256+
"conversation.wireCells.filesVersioning.restoreFailureAlertMessage" = "Something went wrong while restoring this version. Please try again.";
254257
"conversation.wireCells.filesVersioning.downloadVersion" = "Download version";
255258
"conversation.wireCells.filesVersioning.retry" = "Retry";
256259
"conversation.wireCells.filesVersioning.restoringVersion" = "Restoring version...";

WireMessaging/Sources/WireMessagingUI/Resources/Localization/de.lproj/Accessibility.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
// MARK: Channel History
2727
"conversation.create.channel.back" = "Zurück zur Übersicht der neuen Unterhaltung";
28-
"conversation.creationForm.channelHistory.upgradeBanner.close" = "Close upgrade now banner";
28+
"conversation.creationForm.channelHistory.upgradeBanner.close" = "Upgrade-Banner schließen";
2929

3030
// MARK: Conversation Files View
3131
"conversation.wireCells.files.close" = "Dateien schließen";

0 commit comments

Comments
 (0)