Skip to content

Commit bfa1b08

Browse files
jullianmzenkins
andauthored
chore: update localizations - WPB-21252 (#3817)
Co-authored-by: zenkins <[email protected]>
1 parent 52cb73a commit bfa1b08

File tree

41 files changed

+197
-45
lines changed

Some content is hidden

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

41 files changed

+197
-45
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127

128128
// MARK: - Conversation
129129
"conversation.message.attachment.notAvailable" = "File not available";
130+
"conversation.message.attachment.previewNotAvailable" = "Unable to display preview";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127

128128
// MARK: - Conversation
129129
"conversation.message.attachment.notAvailable" = "File not available";
130+
"conversation.message.attachment.previewNotAvailable" = "Unable to display preview";

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"conversation.wireCells.files.noData.message" = "Hier finden Sie alle Dateien und Ordner, die in dieser Unterhaltung geteilt wurden.";
2727
"conversation.wireCells.files.pendingCells.title" = "Dateien werden geladen";
2828
"conversation.wireCells.files.pendingCells.message" = "Ihre Dokumente und Mediendateien werden hier verfügbar sein, sobald wir alle Dateien und Ordner hochgeladen haben.";
29-
"conversation.wireCells.allFiles.noData.message" = "You'll find all files and folders shared across your conversations here.";
30-
"conversation.wireCells.files.error.title" = "Can't load files";
31-
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
32-
"conversation.wireCells.files.error.reload" = "Reload";
29+
"conversation.wireCells.allFiles.noData.message" = "Hier finden Sie alle Dateien und Ordner, die Sie in Ihren Unterhaltungen gemeinsam nutzen.";
30+
"conversation.wireCells.files.error.title" = "Dateien werden nicht geladen";
31+
"conversation.wireCells.files.error.message" = "Ihre Dateien und Ordner konnten nicht geladen werden. Bitte laden Sie sie erneut.";
32+
"conversation.wireCells.files.error.reload" = "Erneut laden";

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
"conversation.creationForm.readReceipts.toggle" = "Lesebestätigungen";
7878
"conversation.creationForm.readReceipts.description" = "Wenn diese Option aktiviert ist, können Sender sehen, wenn ihre Nachrichten gelesen werden.";
79-
"conversation.creationForm.wireCells.toggle" = "File collaboration";
79+
"conversation.creationForm.wireCells.toggle" = "Dateiverwaltung";
8080
"conversation.creationForm.wireCells.description" = "Ermöglichen Sie den Teilnehmern, ihre Dokumente und Mediendateien zu verwalten. Verwenden Sie Ordner, Tags und Filter, um effizienter zu arbeiten. Dieser Vorgang kann nicht rückgängig gemacht werden.";
8181
"conversation.creationForm.wireCells.learnMore" = "Mehr erfahren";
8282

@@ -116,14 +116,15 @@
116116
"conversation.wireCells.files.item.deleteConfirmation.title" = "Dies wird die Datei %@ für alle Teilnehmer endgültig löschen. Alle verlieren den Zugriff und es gibt keine Möglichkeit, die Datei wiederherzustellen.";
117117
"conversation.wireCells.files.item.deleteConfirmation.deletePermanently" = "Endgültig löschen";
118118
"conversation.wireCells.files.noData.title" = "Es gibt noch keine Dateien oder Ordner";
119-
"conversation.wireCells.files.noData.message" = "You'll find all files and folders shared in this conversation here.";
120-
"conversation.wireCells.allFiles.noData.message" = "You'll find all files and folders shared across your conversations here.";
119+
"conversation.wireCells.files.noData.message" = "Hier finden Sie alle Dateien und Ordner, die in dieser Unterhaltung geteilt wurden.";
120+
"conversation.wireCells.allFiles.noData.message" = "Hier finden Sie alle Dateien und Ordner, die Sie in Ihren Unterhaltungen gemeinsam nutzen.";
121121
"conversation.wireCells.files.pendingCells.title" = "Dateien werden geladen";
122122
"conversation.wireCells.files.pendingCells.message" = "Ihre Dokumente und Mediendateien werden hier verfügbar sein, sobald wir alle Dateien und Ordner hochgeladen haben.";
123-
"conversation.wireCells.files.error.title" = "Can't load files";
124-
"conversation.wireCells.files.error.message" = "Your files and folders could not be loaded. Please reload.";
125-
"conversation.wireCells.files.error.reload" = "Reload";
126-
"conversation.wireCells.files.search.title" = "Search files";
123+
"conversation.wireCells.files.error.title" = "Dateien werden nicht geladen";
124+
"conversation.wireCells.files.error.message" = "Ihre Dateien und Ordner konnten nicht geladen werden. Bitte laden Sie sie erneut.";
125+
"conversation.wireCells.files.error.reload" = "Erneut laden";
126+
"conversation.wireCells.files.search.title" = "Dateien suchen";
127127

128128
// MARK: - Conversation
129129
"conversation.message.attachment.notAvailable" = "Datei nicht verfügbar";
130+
"conversation.message.attachment.previewNotAvailable" = "Vorschau kann nicht angezeigt werden";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127

128128
// MARK: - Conversation
129129
"conversation.message.attachment.notAvailable" = "Archivo no disponible";
130+
"conversation.message.attachment.previewNotAvailable" = "Unable to display preview";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127

128128
// MARK: - Conversation
129129
"conversation.message.attachment.notAvailable" = "File not available";
130+
"conversation.message.attachment.previewNotAvailable" = "Unable to display preview";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127

128128
// MARK: - Conversation
129129
"conversation.message.attachment.notAvailable" = "File not available";
130+
"conversation.message.attachment.previewNotAvailable" = "Unable to display preview";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127

128128
// MARK: - Conversation
129129
"conversation.message.attachment.notAvailable" = "File not available";
130+
"conversation.message.attachment.previewNotAvailable" = "Unable to display preview";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127

128128
// MARK: - Conversation
129129
"conversation.message.attachment.notAvailable" = "File not available";
130+
"conversation.message.attachment.previewNotAvailable" = "Unable to display preview";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127

128128
// MARK: - Conversation
129129
"conversation.message.attachment.notAvailable" = "File not available";
130+
"conversation.message.attachment.previewNotAvailable" = "Unable to display preview";

0 commit comments

Comments
 (0)