From adb9775848c5df799ad2436b2c03cbd35ca9655d Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 16 Jun 2021 10:14:09 +1000 Subject: [PATCH] cleanup trasnlation with latest from crowdin --- _locales/ar/messages.json | 13 +- _locales/bg/messages.json | 13 +- _locales/ca/messages.json | 13 +- _locales/cs/messages.json | 13 +- _locales/da/messages.json | 13 +- _locales/de/messages.json | 13 +- _locales/el/messages.json | 13 +- _locales/en/messages.json | 37 +- _locales/eo/messages.json | 13 +- _locales/es/messages.json | 13 +- _locales/es_419/messages.json | 13 +- _locales/et/messages.json | 13 +- _locales/fa/messages.json | 13 +- _locales/fi/messages.json | 13 +- _locales/fil/messages.json | 13 +- _locales/fr/messages.json | 13 +- _locales/he/messages.json | 13 +- _locales/hi/messages.json | 13 +- _locales/hr/messages.json | 13 +- _locales/hu/messages.json | 13 +- _locales/id/messages.json | 13 +- _locales/it/messages.json | 13 +- _locales/ja/messages.json | 13 +- _locales/km/messages.json | 13 +- _locales/kn/messages.json | 13 +- _locales/ko/messages.json | 13 +- _locales/lt/messages.json | 13 +- _locales/mk/messages.json | 13 +- _locales/nb/messages.json | 13 +- _locales/nl/messages.json | 13 +- _locales/nn/messages.json | 1184 ----------------- _locales/no/messages.json | 379 +++--- _locales/pa/messages.json | 13 +- _locales/pl/messages.json | 13 +- _locales/pt_BR/messages.json | 13 +- _locales/pt_PT/messages.json | 13 +- _locales/ro/messages.json | 13 +- _locales/ru/messages.json | 13 +- _locales/sk/messages.json | 13 +- _locales/sl/messages.json | 13 +- _locales/sq/messages.json | 13 +- _locales/sr/messages.json | 13 +- _locales/sv/messages.json | 13 +- _locales/ta/messages.json | 13 +- _locales/th/messages.json | 13 +- _locales/tr/messages.json | 13 +- _locales/uk/messages.json | 13 +- _locales/vi/messages.json | 13 +- _locales/zh_CN/messages.json | 13 +- _locales/zh_TW/messages.json | 13 +- tools/afterCrowdInFetch.sh | 26 + .../session/settings/SessionSettings.tsx | 21 +- ts/window.d.ts | 1 - 53 files changed, 388 insertions(+), 1871 deletions(-) delete mode 100644 _locales/nn/messages.json create mode 100755 tools/afterCrowdInFetch.sh diff --git a/_locales/ar/messages.json b/_locales/ar/messages.json index 949669180..93443be54 100644 --- a/_locales/ar/messages.json +++ b/_locales/ar/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/bg/messages.json b/_locales/bg/messages.json index 672f79b34..e466d04a5 100644 --- a/_locales/bg/messages.json +++ b/_locales/bg/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/ca/messages.json b/_locales/ca/messages.json index bf1bb4e8f..858f2ab2d 100644 --- a/_locales/ca/messages.json +++ b/_locales/ca/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/cs/messages.json b/_locales/cs/messages.json index 7cf9e58fa..d7b34f19e 100644 --- a/_locales/cs/messages.json +++ b/_locales/cs/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/da/messages.json b/_locales/da/messages.json index d099642ba..54fa2efc4 100644 --- a/_locales/da/messages.json +++ b/_locales/da/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/de/messages.json b/_locales/de/messages.json index 9a1f120f8..d7c8c4285 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Bitte geben Sie einen Gruppennamen ein." }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/el/messages.json b/_locales/el/messages.json index 73550a1ba..51fd3a419 100644 --- a/_locales/el/messages.json +++ b/_locales/el/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 842dfec96..80ccba997 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -96,7 +96,7 @@ "message": "Toggle Developer Tools" }, "menuSetupWithImport": { - "message": "Set Up with Import" + "message": "Set Up Direct Import" }, "contextMenuNoSuggestions": { "message": "No Suggestions" @@ -324,7 +324,7 @@ "message": "You" }, "audioPermissionNeededTitle": { - "message": "Microphone access required" + "message": "Microphone Access Required" }, "audioPermissionNeeded": { "message": "You can enable microphone access under: Settings (Gear icon) => Privacy" @@ -420,7 +420,7 @@ "message": "Delete Messages For Everyone" }, "deleteForEveryone": { - "message": "Delete For Everyone" + "message": "Delete for Everyone" }, "deleteConversationConfirmation": { "message": "Permanently delete the messages in this conversation?" @@ -702,7 +702,7 @@ "message": "Auto Update" }, "autoUpdateSettingDescription": { - "message": "Automatically check for updates on launch" + "message": "Automatically check for updates on startup" }, "autoUpdateNewVersionTitle": { "message": "Session update available" @@ -723,7 +723,7 @@ "message": "Download" }, "autoUpdateDownloadedMessage": { - "message": "The new update has been downloaded." + "message": "Update has been downloaded." }, "autoUpdateDownloadInstructions": { "message": "Would you like to download the update?" @@ -768,7 +768,7 @@ "message": "Unban User" }, "unbanUserConfirm": { - "message": "Are you sure you want to unban user?" + "message": "Are you sure you want to unban this user?" }, "userUnbanned": { "message": "User unbanned successfully" @@ -780,10 +780,10 @@ "message": "Ban User" }, "banUserConfirm": { - "message": "Are you sure you want to ban user?" + "message": "Are you sure you want to ban the user?" }, "userBanned": { - "message": "User banned successfully" + "message": "Banned successfully" }, "userBanFailed": { "message": "Ban failed!" @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -999,7 +990,7 @@ "message": "Remove Moderators" }, "addAsModerator": { - "message": "Add As Moderator" + "message": "Add as Moderator" }, "removeFromModerators": { "message": "Remove From Moderators" @@ -1029,7 +1020,7 @@ "message": "Only the creator of the group can remove users" }, "createAccount": { - "message": "Create Account" + "message": "Create account" }, "signIn": { "message": "Sign In" @@ -1122,7 +1113,7 @@ "message": "Enter your recovery phrase" }, "displayNameEmpty": { - "message": "Please pick a display name" + "message": "Please enter a display name" }, "members": { "message": "$count$ members" @@ -1149,7 +1140,7 @@ "message": "Next" }, "description": { - "message": "Description" + "message": "1 minute" }, "invalidGroupNameTooShort": { "message": "Please enter a group name" @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/eo/messages.json b/_locales/eo/messages.json index 79e656f7c..5c601f8af 100644 --- a/_locales/eo/messages.json +++ b/_locales/eo/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/es/messages.json b/_locales/es/messages.json index 0ab629bfe..db4f28b96 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Por favor, ingresa un nombre de grupo" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/es_419/messages.json b/_locales/es_419/messages.json index 7454d72bb..f37b2f09b 100644 --- a/_locales/es_419/messages.json +++ b/_locales/es_419/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/et/messages.json b/_locales/et/messages.json index 4bcb8a15c..a08b3bbbd 100644 --- a/_locales/et/messages.json +++ b/_locales/et/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/fa/messages.json b/_locales/fa/messages.json index 5cc1345e0..46704b77e 100644 --- a/_locales/fa/messages.json +++ b/_locales/fa/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/fi/messages.json b/_locales/fi/messages.json index fcc4d3bd0..aa55a7fa8 100644 --- a/_locales/fi/messages.json +++ b/_locales/fi/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/fil/messages.json b/_locales/fil/messages.json index 7454d72bb..f37b2f09b 100644 --- a/_locales/fil/messages.json +++ b/_locales/fil/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index b31788cc2..df394399d 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Format de clé publique non valide" }, - "lnsMappingNotFound": { - "message": "Aucun mappage LNS n'est associé à ce nom" - }, - "lnsLookupTimeout": { - "message": "La recherche LNS a expiré" - }, - "lnsTooFewNodes": { - "message": "Il n'y a pas assez de nœuds actifs actuellement pour la recherche LNS" - }, "emptyGroupNameError": { "message": "Veuillez saisir un nom de groupe" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Ou rejoignez un de ceux-ci..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/he/messages.json b/_locales/he/messages.json index 62f1cc6aa..b05430fbb 100644 --- a/_locales/he/messages.json +++ b/_locales/he/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/hi/messages.json b/_locales/hi/messages.json index 7d0f30ba2..e521c0c9b 100644 --- a/_locales/hi/messages.json +++ b/_locales/hi/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/hr/messages.json b/_locales/hr/messages.json index 1347bd8c4..bf5462690 100644 --- a/_locales/hr/messages.json +++ b/_locales/hr/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/hu/messages.json b/_locales/hu/messages.json index 5996580ab..43f1fdaea 100644 --- a/_locales/hu/messages.json +++ b/_locales/hu/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/id/messages.json b/_locales/id/messages.json index c5e5f836d..b415e8c6d 100644 --- a/_locales/id/messages.json +++ b/_locales/id/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Masukkan nama grup" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/it/messages.json b/_locales/it/messages.json index 4e3e94fce..c83edf2e4 100644 --- a/_locales/it/messages.json +++ b/_locales/it/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Inserisci un nome per il gruppo" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/ja/messages.json b/_locales/ja/messages.json index c2fa57e8f..a5de2d5b3 100644 --- a/_locales/ja/messages.json +++ b/_locales/ja/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "グループ名を入力してください" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/km/messages.json b/_locales/km/messages.json index 3d98f9110..91bba11b9 100644 --- a/_locales/km/messages.json +++ b/_locales/km/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/kn/messages.json b/_locales/kn/messages.json index 7454d72bb..f37b2f09b 100644 --- a/_locales/kn/messages.json +++ b/_locales/kn/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/ko/messages.json b/_locales/ko/messages.json index 0ae3d9459..e79ea585a 100644 --- a/_locales/ko/messages.json +++ b/_locales/ko/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/lt/messages.json b/_locales/lt/messages.json index c5ab57edb..8fd97abc1 100644 --- a/_locales/lt/messages.json +++ b/_locales/lt/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/mk/messages.json b/_locales/mk/messages.json index 6b99f1fdd..72feb5049 100644 --- a/_locales/mk/messages.json +++ b/_locales/mk/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/nb/messages.json b/_locales/nb/messages.json index 7454d72bb..f37b2f09b 100644 --- a/_locales/nb/messages.json +++ b/_locales/nb/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/nl/messages.json b/_locales/nl/messages.json index 8e1330909..aed0f4102 100644 --- a/_locales/nl/messages.json +++ b/_locales/nl/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/nn/messages.json b/_locales/nn/messages.json deleted file mode 100644 index 7454d72bb..000000000 --- a/_locales/nn/messages.json +++ /dev/null @@ -1,1184 +0,0 @@ -{ - "privacyPolicy": { - "message": "Terms & Privacy Policy" - }, - "copyErrorAndQuit": { - "message": "Copy error and quit" - }, - "unknown": { - "message": "Unknown" - }, - "databaseError": { - "message": "Database Error" - }, - "mainMenuFile": { - "message": "&File" - }, - "mainMenuEdit": { - "message": "&Edit" - }, - "mainMenuView": { - "message": "&View" - }, - "mainMenuWindow": { - "message": "&Window" - }, - "mainMenuHelp": { - "message": "&Help" - }, - "appMenuHide": { - "message": "Hide" - }, - "appMenuHideOthers": { - "message": "Hide Others" - }, - "appMenuUnhide": { - "message": "Show All" - }, - "appMenuQuit": { - "message": "Quit Session" - }, - "editMenuUndo": { - "message": "Undo" - }, - "editMenuRedo": { - "message": "Redo" - }, - "editMenuCut": { - "message": "Cut" - }, - "editMenuCopy": { - "message": "Copy" - }, - "editMenuPaste": { - "message": "Paste" - }, - "editMenuPasteAndMatchStyle": { - "message": "Paste and Match Style" - }, - "editMenuDelete": { - "message": "Delete" - }, - "editMenuSelectAll": { - "message": "Select all" - }, - "editMenuStartSpeaking": { - "message": "Start speaking" - }, - "editMenuStopSpeaking": { - "message": "Stop speaking" - }, - "windowMenuClose": { - "message": "Close Window" - }, - "windowMenuMinimize": { - "message": "Minimize" - }, - "windowMenuZoom": { - "message": "Zoom" - }, - "windowMenuBringAllToFront": { - "message": "Bring All to Front" - }, - "viewMenuResetZoom": { - "message": "Actual Size" - }, - "viewMenuZoomIn": { - "message": "Zoom In" - }, - "viewMenuZoomOut": { - "message": "Zoom Out" - }, - "viewMenuToggleFullScreen": { - "message": "Toggle Full Screen" - }, - "viewMenuToggleDevTools": { - "message": "Toggle Developer Tools" - }, - "menuSetupWithImport": { - "message": "Set Up with Import" - }, - "contextMenuNoSuggestions": { - "message": "No Suggestions" - }, - "loading": { - "message": "Loading..." - }, - "optimizingApplication": { - "message": "Optimizing application..." - }, - "chooseDirectory": { - "message": "Choose folder" - }, - "done": { - "message": "Done" - }, - "loadDataHeader": { - "message": "Load your data" - }, - "loadDataDescription": { - "message": "You've just gone through the export process, and your contacts and messages are waiting patiently on your computer. Select the folder that contains your saved Session data." - }, - "importChooserTitle": { - "message": "Choose directory with exported data" - }, - "importErrorHeader": { - "message": "Something went wrong!" - }, - "importingHeader": { - "message": "Loading contacts and messages" - }, - "importErrorFirst": { - "message": "Make sure you have chosen the correct directory that contains your saved Session data. Its name should begin with 'Session Export.' You can also save a new copy of your data from the Chrome App." - }, - "importErrorSecond": { - "message": "If these steps don't work for you, please submit a debug log (View -> Debug Log) so that we can help you get migrated!" - }, - "importAgain": { - "message": "Choose folder and try again" - }, - "importCompleteHeader": { - "message": "Success!" - }, - "importCompleteStartButton": { - "message": "Start using Session" - }, - "importCompleteLinkButton": { - "message": "Link this device to your phone" - }, - "me": { - "message": "Me" - }, - "view": { - "message": "View" - }, - "youLeftTheGroup": { - "message": "You have left the group." - }, - "youGotKickedFromGroup": { - "message": "You were removed from the group." - }, - "unreadMessage": { - "message": "$count$ Unread Message" - }, - "unreadMessages": { - "message": "$count$ Unread Messages" - }, - "debugLogExplanation": { - "message": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting." - }, - "debugLogError": { - "message": "Something went wrong with the upload! Please consider manually adding your log to the bug you file." - }, - "reportIssue": { - "message": "Report an issue" - }, - "gotIt": { - "message": "Got it" - }, - "submit": { - "message": "Submit" - }, - "markAllAsRead": { - "message": "Mark All as Read" - }, - "incomingError": { - "message": "Error handling incoming message" - }, - "media": { - "message": "Media" - }, - "mediaEmptyState": { - "message": "No media" - }, - "documents": { - "message": "Documents" - }, - "documentsEmptyState": { - "message": "No documents" - }, - "today": { - "message": "Today" - }, - "yesterday": { - "message": "Yesterday" - }, - "thisWeek": { - "message": "This week" - }, - "thisMonth": { - "message": "This Month" - }, - "voiceMessage": { - "message": "Voice Message" - }, - "dangerousFileType": { - "message": "For security reasons, this file type cannot be sent" - }, - "stagedPreviewThumbnail": { - "message": "Draft thumbnail link preview for $domain$" - }, - "previewThumbnail": { - "message": "Thumbnail link preview for $domain$" - }, - "stagedImageAttachment": { - "message": "Draft image attachment: $path$" - }, - "oneNonImageAtATimeToast": { - "message": "Sorry, there is a limit of one non-image attachment per message" - }, - "cannotMixImageAndNonImageAttachments": { - "message": "Sorry, you cannot mix images with other file types in one message" - }, - "maximumAttachments": { - "message": "Maximum number of attachments reached. Please send remaining attachments in a separate message." - }, - "fileSizeWarning": { - "message": "Attachment exceeds size limits for the type of message you're sending." - }, - "unableToLoadAttachment": { - "message": "Sorry, there was an error setting your attachment." - }, - "offline": { - "message": "Offline" - }, - "checkNetworkConnection": { - "message": "Check your network connection." - }, - "attemptingReconnection": { - "message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds" - }, - "submitDebugLog": { - "message": "Debug log" - }, - "debugLog": { - "message": "Debug Log" - }, - "goToReleaseNotes": { - "message": "Go to Release Notes" - }, - "goToSupportPage": { - "message": "Go to Support Page" - }, - "menuReportIssue": { - "message": "Report an Issue" - }, - "about": { - "message": "About" - }, - "speech": { - "message": "Speech" - }, - "show": { - "message": "Show" - }, - "sessionMessenger": { - "message": "Session" - }, - "search": { - "message": "Search" - }, - "noSearchResults": { - "message": "No results found for \"$searchTerm$\"" - }, - "conversationsHeader": { - "message": "Conversations" - }, - "contactsHeader": { - "message": "Contacts" - }, - "messagesHeader": { - "message": "Messages" - }, - "settingsHeader": { - "message": "Settings" - }, - "typingAlt": { - "message": "Typing animation for this conversation" - }, - "contactAvatarAlt": { - "message": "Avatar for contact $name$" - }, - "downloadAttachment": { - "message": "Download Attachment" - }, - "replyToMessage": { - "message": "Reply to message" - }, - "replyingToMessage": { - "message": "Replying to:" - }, - "originalMessageNotFound": { - "message": "Original message not found" - }, - "originalMessageNotAvailable": { - "message": "Original message no longer available" - }, - "messageFoundButNotLoaded": { - "message": "Original message found, but not loaded. Scroll up to load it." - }, - "recording": { - "message": "Recording" - }, - "you": { - "message": "You" - }, - "audioPermissionNeededTitle": { - "message": "Microphone access required" - }, - "audioPermissionNeeded": { - "message": "You can enable microphone access under: Settings (Gear icon) => Privacy" - }, - "audio": { - "message": "Audio" - }, - "video": { - "message": "Video" - }, - "photo": { - "message": "Photo" - }, - "cannotUpdate": { - "message": "Cannot Update" - }, - "cannotUpdateDetail": { - "message": "Session Desktop failed to update, but there is a new version available. Please go to https://getsession.org/ and install the new version manually, then either contact support or file a bug about this problem." - }, - "ok": { - "message": "OK" - }, - "cancel": { - "message": "Cancel" - }, - "close": { - "message": "Close" - }, - "continue": { - "message": "Continue" - }, - "error": { - "message": "Error" - }, - "delete": { - "message": "Delete" - }, - "deletePublicWarning": { - "message": "Are you sure? This will permanently remove this message for everyone in this open group." - }, - "deleteMultiplePublicWarning": { - "message": "Are you sure? This will permanently remove these messages for everyone in this open group." - }, - "deleteWarning": { - "message": "Are you sure? Clicking 'delete' will permanently remove this message from this device only." - }, - "deleteMultipleWarning": { - "message": "Are you sure? Clicking 'delete' will permanently remove these messages from this device only." - }, - "messageDeletionForbidden": { - "message": "You don’t have permission to delete others’ messages" - }, - "deleteThisMessage": { - "message": "Delete message" - }, - "deleted": { - "message": "Deleted" - }, - "from": { - "message": "From:" - }, - "to": { - "message": "To:" - }, - "sent": { - "message": "Sent" - }, - "received": { - "message": "Received" - }, - "sendMessage": { - "message": "Message" - }, - "groupMembers": { - "message": "Group members" - }, - "moreInformation": { - "message": "More information" - }, - "resend": { - "message": "Resend" - }, - "deleteMessage": { - "message": "Delete Message" - }, - "deleteMessages": { - "message": "Delete Messages" - }, - "deleteMessageForEveryone": { - "message": "Delete Message For Everyone" - }, - "deleteMessagesForEveryone": { - "message": "Delete Messages For Everyone" - }, - "deleteForEveryone": { - "message": "Delete For Everyone" - }, - "deleteConversationConfirmation": { - "message": "Permanently delete the messages in this conversation?" - }, - "clearAllData": { - "message": "Clear All Data" - }, - "deleteAccountWarning": { - "message": "This will permanently delete your messages, sessions, and contacts." - }, - "deleteContactConfirmation": { - "message": "Are you sure you want to delete this conversation?" - }, - "quoteThumbnailAlt": { - "message": "Thumbnail of image from quoted message" - }, - "imageAttachmentAlt": { - "message": "Image attached to message" - }, - "videoAttachmentAlt": { - "message": "Screenshot of video attached to message" - }, - "lightboxImageAlt": { - "message": "Image sent in conversation" - }, - "imageCaptionIconAlt": { - "message": "Icon showing that this image has a caption" - }, - "addACaption": { - "message": "Add a caption..." - }, - "copy": { - "message": "Copy" - }, - "copySessionID": { - "message": "Copy Session ID" - }, - "copyOpenGroupURL": { - "message": "Copy Group's URL" - }, - "save": { - "message": "Save" - }, - "saved": { - "message": "Saved" - }, - "permissions": { - "message": "Permissions" - }, - "general": { - "message": "General" - }, - "linkPreviewsTitle": { - "message": "Send Link Previews" - }, - "linkPreviewDescription": { - "message": "Previews are supported for Imgur, Instagram, Pinterest, Reddit, and YouTube links" - }, - "linkPreviewsConfirmMessage": { - "message": "You will not have full metadata protection when sending or receiving link previews." - }, - "mediaPermissionsTitle": { - "message": "Microphone and Camera" - }, - "mediaPermissionsDescription": { - "message": "Allow access to camera and microphone" - }, - "spellCheckTitle": { - "message": "Spell Check" - }, - "spellCheckDescription": { - "message": "Enable spell check of text entered in message composition box" - }, - "spellCheckDirty": { - "message": "You must restart Session to apply your new settings" - }, - "notifications": { - "message": "Notifications" - }, - "readReceiptSettingDescription": { - "message": "See and share when messages have been read (enables read receipts in all sessions)." - }, - "readReceiptSettingTitle": { - "message": "Read Receipts" - }, - "typingIndicatorsSettingDescription": { - "message": "See and share when messages are being typed (applies to all sessions)." - }, - "typingIndicatorsSettingTitle": { - "message": "Typing Indicators" - }, - "zoomFactorSettingTitle": { - "message": "Zoom Factor" - }, - "notificationSettingsDialog": { - "message": "When messages arrive, display notifications that reveal..." - }, - "disableNotifications": { - "message": "Mute notifications" - }, - "nameAndMessage": { - "message": "Name and content" - }, - "noNameOrMessage": { - "message": "No name or content" - }, - "nameOnly": { - "message": "Name Only" - }, - "newMessage": { - "message": "New Message" - }, - "newMessages": { - "message": "New Messages" - }, - "notificationMostRecentFrom": { - "message": "Most recent from: $name$" - }, - "notificationFrom": { - "message": "From:" - }, - "notificationMostRecent": { - "message": "Most recent:" - }, - "sendFailed": { - "message": "Send Failed" - }, - "expiredWarning": { - "message": "This version of Session has expired. Please upgrade to the latest version to continue messaging." - }, - "upgrade": { - "message": "Upgrade" - }, - "mediaMessage": { - "message": "Media message" - }, - "timestamp_s": { - "message": "Now" - }, - "timestamp_m": { - "message": "1 minute" - }, - "timestamp_h": { - "message": "1 hour" - }, - "timestampFormat_M": { - "message": "MMM D" - }, - "messageBodyMissing": { - "message": "Please enter a message body." - }, - "unblockToSend": { - "message": "Unblock this contact to send a message." - }, - "unblockGroupToSend": { - "message": "This group is blocked. Unlock it if you would like to send a message." - }, - "youChangedTheTimer": { - "message": "You set the disappearing message timer to $time$" - }, - "timerSetOnSync": { - "message": "Updated disappearing message timer to $time$" - }, - "theyChangedTheTimer": { - "message": "$name$ set the disappearing message timer to $time$" - }, - "timerOption_0_seconds": { - "message": "Off" - }, - "timerOption_5_seconds": { - "message": "5 seconds" - }, - "timerOption_10_seconds": { - "message": "10 seconds" - }, - "timerOption_30_seconds": { - "message": "30 seconds" - }, - "timerOption_1_minute": { - "message": "1 minute" - }, - "timerOption_5_minutes": { - "message": "5 minutes" - }, - "timerOption_30_minutes": { - "message": "30 minutes" - }, - "timerOption_1_hour": { - "message": "1 hour" - }, - "timerOption_6_hours": { - "message": "6 hours" - }, - "timerOption_12_hours": { - "message": "12 hours" - }, - "timerOption_1_day": { - "message": "1 day" - }, - "timerOption_1_week": { - "message": "1 week" - }, - "disappearingMessages": { - "message": "Disappearing messages" - }, - "changeNickname": { - "message": "Change Nickname" - }, - "clearNickname": { - "message": "Clear nickname" - }, - "timerOption_0_seconds_abbreviated": { - "message": "off" - }, - "timerOption_5_seconds_abbreviated": { - "message": "5s" - }, - "timerOption_10_seconds_abbreviated": { - "message": "10s" - }, - "timerOption_30_seconds_abbreviated": { - "message": "30s" - }, - "timerOption_1_minute_abbreviated": { - "message": "1m" - }, - "timerOption_5_minutes_abbreviated": { - "message": "5m" - }, - "timerOption_30_minutes_abbreviated": { - "message": "30m" - }, - "timerOption_1_hour_abbreviated": { - "message": "1h" - }, - "timerOption_6_hours_abbreviated": { - "message": "6h" - }, - "timerOption_12_hours_abbreviated": { - "message": "12h" - }, - "timerOption_1_day_abbreviated": { - "message": "1d" - }, - "timerOption_1_week_abbreviated": { - "message": "1w" - }, - "disappearingMessagesDisabled": { - "message": "Disappearing messages disabled" - }, - "disabledDisappearingMessages": { - "message": "$name$ disabled disappearing messages." - }, - "youDisabledDisappearingMessages": { - "message": "You disabled disappearing messages." - }, - "timerSetTo": { - "message": "Disappearing message time set to $time$" - }, - "noteToSelf": { - "message": "Note to Self" - }, - "hideMenuBarTitle": { - "message": "Hide Menu Bar" - }, - "hideMenuBarDescription": { - "message": "Toggle system menu bar visibility" - }, - "startConversation": { - "message": "Start New Conversation" - }, - "invalidNumberError": { - "message": "Invalid public key" - }, - "successUnlinked": { - "message": "Your device was unlinked successfully" - }, - "autoUpdateSettingTitle": { - "message": "Auto Update" - }, - "autoUpdateSettingDescription": { - "message": "Automatically check for updates on launch" - }, - "autoUpdateNewVersionTitle": { - "message": "Session update available" - }, - "autoUpdateNewVersionMessage": { - "message": "There is a new version of Session available." - }, - "autoUpdateNewVersionInstructions": { - "message": "Press Restart Session to apply the updates." - }, - "autoUpdateRestartButtonLabel": { - "message": "Restart Session" - }, - "autoUpdateLaterButtonLabel": { - "message": "Later" - }, - "autoUpdateDownloadButtonLabel": { - "message": "Download" - }, - "autoUpdateDownloadedMessage": { - "message": "The new update has been downloaded." - }, - "autoUpdateDownloadInstructions": { - "message": "Would you like to download the update?" - }, - "leftTheGroup": { - "message": "$name$ has left the group." - }, - "multipleLeftTheGroup": { - "message": "$name$ left the group" - }, - "updatedTheGroup": { - "message": "Group updated" - }, - "titleIsNow": { - "message": "Group name is now '$name$'." - }, - "joinedTheGroup": { - "message": "$name$ joined the group." - }, - "multipleJoinedTheGroup": { - "message": "$name$ joined the group." - }, - "kickedFromTheGroup": { - "message": "$name$ was removed from the group." - }, - "multipleKickedFromTheGroup": { - "message": "$name$ were removed from the group." - }, - "blockUser": { - "message": "Block" - }, - "unblockUser": { - "message": "Unblock" - }, - "unblocked": { - "message": "Unblocked" - }, - "blockedSettingsTitle": { - "message": "Blocked contacts" - }, - "unbanUser": { - "message": "Unban User" - }, - "unbanUserConfirm": { - "message": "Are you sure you want to unban user?" - }, - "userUnbanned": { - "message": "User unbanned successfully" - }, - "userUnbanFailed": { - "message": "Unban failed!" - }, - "banUser": { - "message": "Ban User" - }, - "banUserConfirm": { - "message": "Are you sure you want to ban user?" - }, - "userBanned": { - "message": "User banned successfully" - }, - "userBanFailed": { - "message": "Ban failed!" - }, - "leaveGroup": { - "message": "Leave Group" - }, - "leaveAndRemoveForEveryone": { - "message": "Leave Group and remove for everyone" - }, - "leaveGroupConfirmation": { - "message": "Are you sure you want to leave this group?" - }, - "leaveGroupConfirmationAdmin": { - "message": "As you are the admin of this group, if you leave it it will be removed for every current members. Are you sure you want to leave this group?" - }, - "cannotRemoveCreatorFromGroup": { - "message": "Cannot remove this user" - }, - "cannotRemoveCreatorFromGroupDesc": { - "message": "You cannot remove this user as they are the creator of the group." - }, - "userNeedsToHaveJoined": { - "message": "User needs to have joined" - }, - "userNeedsToHaveJoinedDesc": { - "message": "An error happened. The user needs to have already joined the server for this ADD to work." - }, - "noContactsForGroup": { - "message": "You don't have any contacts yet" - }, - "copyMessage": { - "message": "Copy message text" - }, - "selectMessage": { - "message": "Select message" - }, - "editGroup": { - "message": "Edit group" - }, - "editGroupName": { - "message": "Edit group name" - }, - "updateGroupDialogTitle": { - "message": "Updating $name$..." - }, - "showRecoveryPhrase": { - "message": "Recovery Phrase" - }, - "yourSessionID": { - "message": "Your Session ID" - }, - "setAccountPasswordTitle": { - "message": "Set Account Password" - }, - "setAccountPasswordDescription": { - "message": "Require password to unlock Session’s screen. You can still receive message notifications while Screen Lock is enabled. Session’s notification settings allow you to customize information that is displayed" - }, - "changeAccountPasswordTitle": { - "message": "Change Account Password" - }, - "changeAccountPasswordDescription": { - "message": "Change your password" - }, - "removeAccountPasswordTitle": { - "message": "Remove Account Password" - }, - "removeAccountPasswordDescription": { - "message": "Remove the password associated with your account" - }, - "enterPassword": { - "message": "Please enter your password" - }, - "confirmPassword": { - "message": "Confirm password" - }, - "pasteLongPasswordToastTitle": { - "message": "The clipboard content exceeds the maximum password length of $max_pwd_len$ characters." - }, - "showRecoveryPhrasePasswordRequest": { - "message": "Please enter your password" - }, - "recoveryPhraseSavePromptMain": { - "message": "Your recovery phrase is the master key to your Session ID — you can use it to restore your Session ID if you lose access to your device. Store your recovery phrase in a safe place, and don't give it to anyone." - }, - "invalidOpenGroupUrl": { - "message": "Invalid URL" - }, - "copiedToClipboard": { - "message": "Copied to clipboard" - }, - "passwordViewTitle": { - "message": "Type In Your Password" - }, - "unlock": { - "message": "Unlock" - }, - "password": { - "message": "Password" - }, - "setPassword": { - "message": "Set Password" - }, - "changePassword": { - "message": "Change Password" - }, - "removePassword": { - "message": "Remove Password" - }, - "maxPasswordAttempts": { - "message": "Invalid Password. Would you like to reset the database?" - }, - "typeInOldPassword": { - "message": "Please type in your old password" - }, - "invalidOldPassword": { - "message": "Old password is invalid" - }, - "invalidPassword": { - "message": "Invalid password" - }, - "noGivenPassword": { - "message": "Please enter your password" - }, - "passwordsDoNotMatch": { - "message": "Passwords do not match" - }, - "setPasswordInvalid": { - "message": "Passwords do not match" - }, - "changePasswordInvalid": { - "message": "The old password you entered is incorrect" - }, - "removePasswordInvalid": { - "message": "Incorrect password" - }, - "setPasswordTitle": { - "message": "Set Password" - }, - "changePasswordTitle": { - "message": "Changed Password" - }, - "removePasswordTitle": { - "message": "Removed Password" - }, - "setPasswordToastDescription": { - "message": "Your password has been set. Please keep it safe." - }, - "changePasswordToastDescription": { - "message": "Your password has been changed. Please keep it safe." - }, - "removePasswordToastDescription": { - "message": "You have removed your password." - }, - "publicChatExists": { - "message": "You are already connected to this open group" - }, - "connectToServerFail": { - "message": "Couldn't join group" - }, - "connectingToServer": { - "message": "Connecting..." - }, - "connectToServerSuccess": { - "message": "Successfully connected to open group" - }, - "setPasswordFail": { - "message": "Failed to set password" - }, - "passwordLengthError": { - "message": "Password must be between 6 and 64 characters long" - }, - "passwordTypeError": { - "message": "Password must be a string" - }, - "passwordCharacterError": { - "message": "Password must only contain letters, numbers and symbols" - }, - "remove": { - "message": "Remove" - }, - "invalidSessionId": { - "message": "Invalid Session ID" - }, - "invalidPubkeyFormat": { - "message": "Invalid Pubkey Format" - }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, - "emptyGroupNameError": { - "message": "Please enter a group name" - }, - "editProfileModalTitle": { - "message": "Profile" - }, - "groupNamePlaceholder": { - "message": "Group Name" - }, - "inviteContacts": { - "message": "Invite Contacts" - }, - "addModerators": { - "message": "Add Moderators" - }, - "removeModerators": { - "message": "Remove Moderators" - }, - "addAsModerator": { - "message": "Add As Moderator" - }, - "removeFromModerators": { - "message": "Remove From Moderators" - }, - "add": { - "message": "Add" - }, - "groupInvitation": { - "message": "Group Invitation" - }, - "addingContacts": { - "message": "Adding contacts to" - }, - "noContactsToAdd": { - "message": "No contacts to add" - }, - "noMembersInThisGroup": { - "message": "No other members in this group" - }, - "noModeratorsToRemove": { - "message": "no moderators to remove" - }, - "onlyAdminCanRemoveMembers": { - "message": "You are not the creator" - }, - "onlyAdminCanRemoveMembersDesc": { - "message": "Only the creator of the group can remove users" - }, - "createAccount": { - "message": "Create Account" - }, - "signIn": { - "message": "Sign In" - }, - "yourUniqueSessionID": { - "message": "Say hello to your Session ID" - }, - "allUsersAreRandomly...": { - "message": "Your Session ID is the unique address people can use to contact you on Session. With no connection to your real identity, your Session ID is totally anonymous and private by design." - }, - "getStarted": { - "message": "Get started" - }, - "createSessionID": { - "message": "Create Session ID" - }, - "recoveryPhrase": { - "message": "Recovery Phrase" - }, - "enterRecoveryPhrase": { - "message": "Enter your recovery phrase" - }, - "displayName": { - "message": "Display Name" - }, - "anonymous": { - "message": "Anonymous" - }, - "removeResidueMembers": { - "message": "Clicking ok will also remove those members as they left the group." - }, - "enterDisplayName": { - "message": "Enter a display name" - }, - "enterOptionalPassword": { - "message": "Enter password (optional)" - }, - "continueYourSession": { - "message": "Continue Your Session" - }, - "linkDevice": { - "message": "Link Device" - }, - "restoreUsingRecoveryPhrase": { - "message": "Restore your account" - }, - "or": { - "message": "or" - }, - "ByUsingThisService...": { - "message": "By using this service, you agree to our Terms of Service and Privacy Policy" - }, - "beginYourSession": { - "message": "Begin
your
Session." - }, - "welcomeToYourSession": { - "message": "Welcome to your Session" - }, - "newSession": { - "message": "New Session" - }, - "searchFor...": { - "message": "Search for conversations, contacts, and messages" - }, - "enterSessionID": { - "message": "Enter Session ID" - }, - "enterSessionIDOfRecipient": { - "message": "Enter Session ID of recipient" - }, - "usersCanShareTheir...": { - "message": "Users can share their Session ID by going into their account settings and tapping \"Share Session ID\", or by sharing their QR code." - }, - "message": { - "message": "Message" - }, - "appearanceSettingsTitle": { - "message": "Appearance" - }, - "permissionSettingsTitle": { - "message": "Permissions" - }, - "privacySettingsTitle": { - "message": "Privacy" - }, - "notificationsSettingsTitle": { - "message": "Notifications" - }, - "recoveryPhraseEmpty": { - "message": "Enter your recovery phrase" - }, - "displayNameEmpty": { - "message": "Please pick a display name" - }, - "members": { - "message": "$count$ members" - }, - "joinOpenGroup": { - "message": "Join Open Group" - }, - "newClosedGroup": { - "message": "New Closed Group" - }, - "createClosedGroupNamePrompt": { - "message": "Group Name" - }, - "createClosedGroupPlaceholder": { - "message": "Enter a group name" - }, - "openGroupURL": { - "message": "Open Group URL" - }, - "enterAnOpenGroupURL": { - "message": "Enter an open group URL" - }, - "next": { - "message": "Next" - }, - "description": { - "message": "Description" - }, - "invalidGroupNameTooShort": { - "message": "Please enter a group name" - }, - "invalidGroupNameTooLong": { - "message": "Please enter a shorter group name" - }, - "pickClosedGroupMember": { - "message": "Please pick at least 1 group member" - }, - "closedGroupMaxSize": { - "message": "A closed group cannot have more than 100 members" - }, - "noBlockedContacts": { - "message": "No blocked contacts" - }, - "userAddedToModerators": { - "message": "User added to moderator list" - }, - "userRemovedFromModerators": { - "message": "User removed from moderator list" - }, - "errorHappenedWhileRemovingModerator": { - "message": "An error happened" - }, - "errorHappenedWhileRemovingModeratorDesc": { - "message": "An error happened while removing this user from the moderator list." - }, - "orJoinOneOfThese": { - "message": "Or join one of these..." - } -} diff --git a/_locales/no/messages.json b/_locales/no/messages.json index b2e68b8b0..f37b2f09b 100644 --- a/_locales/no/messages.json +++ b/_locales/no/messages.json @@ -3,340 +3,340 @@ "message": "Terms & Privacy Policy" }, "copyErrorAndQuit": { - "message": "Kopier feil og avslutt" + "message": "Copy error and quit" }, "unknown": { "message": "Unknown" }, "databaseError": { - "message": "Databasefeil" + "message": "Database Error" }, "mainMenuFile": { - "message": "&Fil" + "message": "&File" }, "mainMenuEdit": { - "message": "&Rediger" + "message": "&Edit" }, "mainMenuView": { - "message": "&Se" + "message": "&View" }, "mainMenuWindow": { - "message": "&Vindu" + "message": "&Window" }, "mainMenuHelp": { - "message": "&Hjelp" + "message": "&Help" }, "appMenuHide": { - "message": "Skjul" + "message": "Hide" }, "appMenuHideOthers": { - "message": "Gjem Andre" + "message": "Hide Others" }, "appMenuUnhide": { - "message": "Vis Alle" + "message": "Show All" }, "appMenuQuit": { - "message": "Avslutt Session" + "message": "Quit Session" }, "editMenuUndo": { - "message": "Angre" + "message": "Undo" }, "editMenuRedo": { - "message": "Gjenopprett" + "message": "Redo" }, "editMenuCut": { - "message": "Klipp ut" + "message": "Cut" }, "editMenuCopy": { - "message": "Kopier" + "message": "Copy" }, "editMenuPaste": { - "message": "Lim inn" + "message": "Paste" }, "editMenuPasteAndMatchStyle": { - "message": "Lim inn uten formattering" + "message": "Paste and Match Style" }, "editMenuDelete": { - "message": "Slett" + "message": "Delete" }, "editMenuSelectAll": { - "message": "Velg Alt" + "message": "Select all" }, "editMenuStartSpeaking": { - "message": "Begynn å snakke" + "message": "Start speaking" }, "editMenuStopSpeaking": { - "message": "Slutt å snakke" + "message": "Stop speaking" }, "windowMenuClose": { - "message": "Lukk Vindu" + "message": "Close Window" }, "windowMenuMinimize": { - "message": "Minimer" + "message": "Minimize" }, "windowMenuZoom": { "message": "Zoom" }, "windowMenuBringAllToFront": { - "message": "Bring alle vinduer til front" + "message": "Bring All to Front" }, "viewMenuResetZoom": { - "message": "Faktisk Størrelse" + "message": "Actual Size" }, "viewMenuZoomIn": { - "message": "Zoom Inn" + "message": "Zoom In" }, "viewMenuZoomOut": { - "message": "Zoom Ut" + "message": "Zoom Out" }, "viewMenuToggleFullScreen": { - "message": "Skru av/på Fullskjerm" + "message": "Toggle Full Screen" }, "viewMenuToggleDevTools": { - "message": "Skru av/på Utviklerverktøy" + "message": "Toggle Developer Tools" }, "menuSetupWithImport": { - "message": "Sett Opp med Import" + "message": "Set Up with Import" }, "contextMenuNoSuggestions": { "message": "No Suggestions" }, "loading": { - "message": "Laster..." + "message": "Loading..." }, "optimizingApplication": { - "message": "Optimaliserer applikasjon..." + "message": "Optimizing application..." }, "chooseDirectory": { - "message": "Velg mappe" + "message": "Choose folder" }, "done": { "message": "Done" }, "loadDataHeader": { - "message": "Last inn din data" + "message": "Load your data" }, "loadDataDescription": { - "message": "Du har akkurat gått igjennom eksportprosessen og dine kontaker og meldinger venter tålmodig på din datamaskin. Velg mappen som inneholder dine lagrede Session data." + "message": "You've just gone through the export process, and your contacts and messages are waiting patiently on your computer. Select the folder that contains your saved Session data." }, "importChooserTitle": { - "message": "Velg mappe med eksporterte data" + "message": "Choose directory with exported data" }, "importErrorHeader": { - "message": "Noe gikk galt!" + "message": "Something went wrong!" }, "importingHeader": { - "message": "Laster kontaker og meldinger" + "message": "Loading contacts and messages" }, "importErrorFirst": { - "message": "Vær sikker på at du har valgt mappen som inneholder dine lagrede Session-data. Navnet skal begynne med «Session Export». Du kan også lagre en ny kopi av dine data fra den gamle Chrome-appen." + "message": "Make sure you have chosen the correct directory that contains your saved Session data. Its name should begin with 'Session Export.' You can also save a new copy of your data from the Chrome App." }, "importErrorSecond": { - "message": "Hvis disse stegene ikke fungerte for deg, send oss en debug-logg (Vis -> Debug-logg) slik at vi kan hjelpe deg med migreringen." + "message": "If these steps don't work for you, please submit a debug log (View -> Debug Log) so that we can help you get migrated!" }, "importAgain": { - "message": "Velg mappe og prøv igjen" + "message": "Choose folder and try again" }, "importCompleteHeader": { - "message": "Fullført!" + "message": "Success!" }, "importCompleteStartButton": { - "message": "Start å bruke Session Desktop" + "message": "Start using Session" }, "importCompleteLinkButton": { - "message": "Koble denne enheten til telefonen din" + "message": "Link this device to your phone" }, "me": { - "message": "Meg" + "message": "Me" }, "view": { - "message": "Se" + "message": "View" }, "youLeftTheGroup": { - "message": "Du forlot gruppen" + "message": "You have left the group." }, "youGotKickedFromGroup": { "message": "You were removed from the group." }, "unreadMessage": { - "message": "1 Ulest melding" + "message": "$count$ Unread Message" }, "unreadMessages": { - "message": "$count$ Uleste meldinger" + "message": "$count$ Unread Messages" }, "debugLogExplanation": { - "message": "Denne logg-meldingen vil bli publisert på nettet for deltakere i prosjektet. Du kan se på og redigere den før du sender den inn." + "message": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting." }, "debugLogError": { - "message": "Noe gikk galt med opplastingen! Fint om du vurderer å legge loggen til feilrapporten manuelt." + "message": "Something went wrong with the upload! Please consider manually adding your log to the bug you file." }, "reportIssue": { - "message": "Rapporter et problem" + "message": "Report an issue" }, "gotIt": { - "message": "Perfekt!" + "message": "Got it" }, "submit": { - "message": "Send" + "message": "Submit" }, "markAllAsRead": { "message": "Mark All as Read" }, "incomingError": { - "message": "Feil ved håndtering av innkommende melding" + "message": "Error handling incoming message" }, "media": { "message": "Media" }, "mediaEmptyState": { - "message": "Du har ikke noe media i denne samtalen" + "message": "No media" }, "documents": { - "message": "Dokumenter" + "message": "Documents" }, "documentsEmptyState": { - "message": "Du har ingen dokumenter i denne samtalen" + "message": "No documents" }, "today": { - "message": "I dag" + "message": "Today" }, "yesterday": { - "message": "I går" + "message": "Yesterday" }, "thisWeek": { - "message": "Denne Uken" + "message": "This week" }, "thisMonth": { - "message": "Denne Måneden" + "message": "This Month" }, "voiceMessage": { - "message": "Talemelding" + "message": "Voice Message" }, "dangerousFileType": { - "message": "Vedleggstypen er ikke tillatt av sikkerhetsårsaker" + "message": "For security reasons, this file type cannot be sent" }, "stagedPreviewThumbnail": { - "message": "Førehandsvisning (kladd) av lenkje til $domain$" + "message": "Draft thumbnail link preview for $domain$" }, "previewThumbnail": { - "message": "Førehandsvisning av lenkje til $domain$" + "message": "Thumbnail link preview for $domain$" }, "stagedImageAttachment": { - "message": "Bildevedlegg (kladd): $path$" + "message": "Draft image attachment: $path$" }, "oneNonImageAtATimeToast": { - "message": "Når du inkluderer et vedlegg som ikke er et bilde, er begrensningen ett vedlegg per melding." + "message": "Sorry, there is a limit of one non-image attachment per message" }, "cannotMixImageAndNonImageAttachments": { - "message": "Du kan ikke blande vedlegg som er bilder med vedlegg som ikke er bilder i samme melding." + "message": "Sorry, you cannot mix images with other file types in one message" }, "maximumAttachments": { - "message": "Du kan ikke legge til flere vedlegg i denne meldingen." + "message": "Maximum number of attachments reached. Please send remaining attachments in a separate message." }, "fileSizeWarning": { - "message": "Beklager, den valgte filen overskrider begrensninger for meldingsstørrelse." + "message": "Attachment exceeds size limits for the type of message you're sending." }, "unableToLoadAttachment": { - "message": "Kunne ikke laste valgt vedlegg." + "message": "Sorry, there was an error setting your attachment." }, "offline": { - "message": "Frakoblet" + "message": "Offline" }, "checkNetworkConnection": { - "message": "Sjekk din nettverkstilkobling." + "message": "Check your network connection." }, "attemptingReconnection": { - "message": "Forsøker å koble til på nytt om $reconnect_duration_in_seconds$ sekunder" + "message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds" }, "submitDebugLog": { - "message": "Debug logg" + "message": "Debug log" }, "debugLog": { - "message": "Debug Logg" + "message": "Debug Log" }, "goToReleaseNotes": { - "message": "Se Endringslogg" + "message": "Go to Release Notes" }, "goToSupportPage": { - "message": "Gå til Side for Brukerstøtte" + "message": "Go to Support Page" }, "menuReportIssue": { - "message": "Rapporter et Problem" + "message": "Report an Issue" }, "about": { "message": "About" }, "speech": { - "message": "Tale" + "message": "Speech" }, "show": { - "message": "Vis" + "message": "Show" }, "sessionMessenger": { "message": "Session" }, "search": { - "message": "Søk" + "message": "Search" }, "noSearchResults": { - "message": "No results for \"$searchTerm$\"" + "message": "No results found for \"$searchTerm$\"" }, "conversationsHeader": { - "message": "Samtalar" + "message": "Conversations" }, "contactsHeader": { - "message": "Kontakt" + "message": "Contacts" }, "messagesHeader": { - "message": "Meldingar" + "message": "Messages" }, "settingsHeader": { "message": "Settings" }, "typingAlt": { - "message": "Markør som viser at noen holder på å skrive i samtalen." + "message": "Typing animation for this conversation" }, "contactAvatarAlt": { - "message": "Bilde for kontakt $name$" + "message": "Avatar for contact $name$" }, "downloadAttachment": { - "message": "Last ned Vedlegg" + "message": "Download Attachment" }, "replyToMessage": { - "message": "Svar på Melding" + "message": "Reply to message" }, "replyingToMessage": { "message": "Replying to:" }, "originalMessageNotFound": { - "message": "Fant ikke Original melding" + "message": "Original message not found" }, "originalMessageNotAvailable": { - "message": "Den Originale meldingen er ikke tilgjengelig lenger" + "message": "Original message no longer available" }, "messageFoundButNotLoaded": { - "message": "Originalmelding funnet, men ikke lastet. Rull opp for å laste den." + "message": "Original message found, but not loaded. Scroll up to load it." }, "recording": { "message": "Recording" }, "you": { - "message": "Du" + "message": "You" }, "audioPermissionNeededTitle": { "message": "Microphone access required" }, "audioPermissionNeeded": { - "message": "For å sende lydmeldinger, gi Session Desktop tilgang til mikrofonen din." + "message": "You can enable microphone access under: Settings (Gear icon) => Privacy" }, "audio": { - "message": "Lyd" + "message": "Audio" }, "video": { "message": "Video" }, "photo": { - "message": "Bilde" + "message": "Photo" }, "cannotUpdate": { "message": "Cannot Update" @@ -348,7 +348,7 @@ "message": "OK" }, "cancel": { - "message": "Avbryt" + "message": "Cancel" }, "close": { "message": "Close" @@ -357,10 +357,10 @@ "message": "Continue" }, "error": { - "message": "Feil" + "message": "Error" }, "delete": { - "message": "Slett" + "message": "Delete" }, "deletePublicWarning": { "message": "Are you sure? This will permanently remove this message for everyone in this open group." @@ -369,7 +369,7 @@ "message": "Are you sure? This will permanently remove these messages for everyone in this open group." }, "deleteWarning": { - "message": "Er du sikker? Om du trykker «slett» vil meldingen fjernes fra kun denne enheten." + "message": "Are you sure? Clicking 'delete' will permanently remove this message from this device only." }, "deleteMultipleWarning": { "message": "Are you sure? Clicking 'delete' will permanently remove these messages from this device only." @@ -378,28 +378,28 @@ "message": "You don’t have permission to delete others’ messages" }, "deleteThisMessage": { - "message": "Slett denne meldingen" + "message": "Delete message" }, "deleted": { "message": "Deleted" }, "from": { - "message": "Fra" + "message": "From:" }, "to": { - "message": "to" + "message": "To:" }, "sent": { - "message": "Sendt" + "message": "Sent" }, "received": { - "message": "Mottatt" + "message": "Received" }, "sendMessage": { - "message": "Send en melding" + "message": "Message" }, "groupMembers": { - "message": "Gruppemedlemmer" + "message": "Group members" }, "moreInformation": { "message": "More information" @@ -408,10 +408,10 @@ "message": "Resend" }, "deleteMessage": { - "message": "Slett Melding" + "message": "Delete Message" }, "deleteMessages": { - "message": "Slett meldinger" + "message": "Delete Messages" }, "deleteMessageForEveryone": { "message": "Delete Message For Everyone" @@ -423,7 +423,7 @@ "message": "Delete For Everyone" }, "deleteConversationConfirmation": { - "message": "Vil du slette denne samtalen?" + "message": "Permanently delete the messages in this conversation?" }, "clearAllData": { "message": "Clear All Data" @@ -435,22 +435,22 @@ "message": "Are you sure you want to delete this conversation?" }, "quoteThumbnailAlt": { - "message": "Miniatyrbilde i sitert melding" + "message": "Thumbnail of image from quoted message" }, "imageAttachmentAlt": { - "message": "Bilde lagt ved i melding" + "message": "Image attached to message" }, "videoAttachmentAlt": { - "message": "Skjermbilde av video vedlagt i melding" + "message": "Screenshot of video attached to message" }, "lightboxImageAlt": { - "message": "Bilde sendt i samtale" + "message": "Image sent in conversation" }, "imageCaptionIconAlt": { - "message": "Ikon som viser at bildet har bildetekst" + "message": "Icon showing that this image has a caption" }, "addACaption": { - "message": "Legg til bildetekst…" + "message": "Add a caption..." }, "copy": { "message": "Copy" @@ -462,16 +462,16 @@ "message": "Copy Group's URL" }, "save": { - "message": "Lagre" + "message": "Save" }, "saved": { "message": "Saved" }, "permissions": { - "message": "Tillatelser" + "message": "Permissions" }, "general": { - "message": "Generelt" + "message": "General" }, "linkPreviewsTitle": { "message": "Send Link Previews" @@ -486,19 +486,19 @@ "message": "Microphone and Camera" }, "mediaPermissionsDescription": { - "message": "Tillat tilgang til kamera og mikrofon" + "message": "Allow access to camera and microphone" }, "spellCheckTitle": { "message": "Spell Check" }, "spellCheckDescription": { - "message": "Slå på stavekontroll av tekst du skriver i meldingsvinduet" + "message": "Enable spell check of text entered in message composition box" }, "spellCheckDirty": { "message": "You must restart Session to apply your new settings" }, "notifications": { - "message": "Varslinger" + "message": "Notifications" }, "readReceiptSettingDescription": { "message": "See and share when messages have been read (enables read receipts in all sessions)." @@ -516,115 +516,115 @@ "message": "Zoom Factor" }, "notificationSettingsDialog": { - "message": "Når meldinger ankommer, vis varslinger som avslører:" + "message": "When messages arrive, display notifications that reveal..." }, "disableNotifications": { - "message": "Deaktiver varslinger" + "message": "Mute notifications" }, "nameAndMessage": { - "message": "Både navn og melding" + "message": "Name and content" }, "noNameOrMessage": { - "message": "Verken navn eller melding" + "message": "No name or content" }, "nameOnly": { - "message": "Kun navn" + "message": "Name Only" }, "newMessage": { - "message": "Ny melding" + "message": "New Message" }, "newMessages": { - "message": "Nye meldinger" + "message": "New Messages" }, "notificationMostRecentFrom": { - "message": "Nyeste fra:" + "message": "Most recent from: $name$" }, "notificationFrom": { - "message": "Fra:" + "message": "From:" }, "notificationMostRecent": { - "message": "Siste:" + "message": "Most recent:" }, "sendFailed": { - "message": "Sending feilet" + "message": "Send Failed" }, "expiredWarning": { - "message": "Denne versjonen av Session Desktop er foreldet. Oppgrader til siste versjon for å fortsette." + "message": "This version of Session has expired. Please upgrade to the latest version to continue messaging." }, "upgrade": { - "message": "Oppgrader" + "message": "Upgrade" }, "mediaMessage": { - "message": "Mediemelding" + "message": "Media message" }, "timestamp_s": { - "message": "nå" + "message": "Now" }, "timestamp_m": { - "message": "1 minutt" + "message": "1 minute" }, "timestamp_h": { - "message": "1 time" + "message": "1 hour" }, "timestampFormat_M": { - "message": "D. MMM" + "message": "MMM D" }, "messageBodyMissing": { "message": "Please enter a message body." }, "unblockToSend": { - "message": "Opphev blokkeringen på denne kontakten for å sende en melding." + "message": "Unblock this contact to send a message." }, "unblockGroupToSend": { - "message": "Opphev blokkeringen av denne gruppen for å sende." + "message": "This group is blocked. Unlock it if you would like to send a message." }, "youChangedTheTimer": { - "message": "Du satt utløpstiden for meldingene i samtalen til $time$" + "message": "You set the disappearing message timer to $time$" }, "timerSetOnSync": { - "message": "Oppdaterte utløpstiden til $time$" + "message": "Updated disappearing message timer to $time$" }, "theyChangedTheTimer": { - "message": "$name$oppdaterte utløpstiden til $time$" + "message": "$name$ set the disappearing message timer to $time$" }, "timerOption_0_seconds": { - "message": "av" + "message": "Off" }, "timerOption_5_seconds": { - "message": "5 sekunder" + "message": "5 seconds" }, "timerOption_10_seconds": { - "message": "10 sekunder" + "message": "10 seconds" }, "timerOption_30_seconds": { - "message": "30 sekunder" + "message": "30 seconds" }, "timerOption_1_minute": { - "message": "1 minutt" + "message": "1 minute" }, "timerOption_5_minutes": { - "message": "5 minutter" + "message": "5 minutes" }, "timerOption_30_minutes": { - "message": "30 minutter" + "message": "30 minutes" }, "timerOption_1_hour": { - "message": "1 time" + "message": "1 hour" }, "timerOption_6_hours": { - "message": "6 timer" + "message": "6 hours" }, "timerOption_12_hours": { - "message": "12 timer" + "message": "12 hours" }, "timerOption_1_day": { - "message": "1 dag" + "message": "1 day" }, "timerOption_1_week": { - "message": "1 uke" + "message": "1 week" }, "disappearingMessages": { - "message": "Tidsbegrensede meldinger" + "message": "Disappearing messages" }, "changeNickname": { "message": "Change Nickname" @@ -633,7 +633,7 @@ "message": "Clear nickname" }, "timerOption_0_seconds_abbreviated": { - "message": "av" + "message": "off" }, "timerOption_5_seconds_abbreviated": { "message": "5s" @@ -654,34 +654,34 @@ "message": "30m" }, "timerOption_1_hour_abbreviated": { - "message": "1t" + "message": "1h" }, "timerOption_6_hours_abbreviated": { - "message": "6t" + "message": "6h" }, "timerOption_12_hours_abbreviated": { - "message": "12t" + "message": "12h" }, "timerOption_1_day_abbreviated": { "message": "1d" }, "timerOption_1_week_abbreviated": { - "message": "1u" + "message": "1w" }, "disappearingMessagesDisabled": { - "message": "Utløpstid for meldinger er slått av" + "message": "Disappearing messages disabled" }, "disabledDisappearingMessages": { - "message": "$name$slo av utløpstid for meldinger" + "message": "$name$ disabled disappearing messages." }, "youDisabledDisappearingMessages": { - "message": "Du slo av utløpstid for meldinger" + "message": "You disabled disappearing messages." }, "timerSetTo": { - "message": "Tidtaker satt til $time$" + "message": "Disappearing message time set to $time$" }, "noteToSelf": { - "message": "Notat til meg sjølv" + "message": "Note to Self" }, "hideMenuBarTitle": { "message": "Hide Menu Bar" @@ -690,10 +690,10 @@ "message": "Toggle system menu bar visibility" }, "startConversation": { - "message": "Start new conversation…" + "message": "Start New Conversation" }, "invalidNumberError": { - "message": "Ugyldig nummer" + "message": "Invalid public key" }, "successUnlinked": { "message": "Your device was unlinked successfully" @@ -705,19 +705,19 @@ "message": "Automatically check for updates on launch" }, "autoUpdateNewVersionTitle": { - "message": "Session oppdatering tilgjengelig" + "message": "Session update available" }, "autoUpdateNewVersionMessage": { - "message": "En ny versjon av Session er tilgjengelig" + "message": "There is a new version of Session available." }, "autoUpdateNewVersionInstructions": { - "message": "Trykk Restart Session for å fullføre oppgraderingen." + "message": "Press Restart Session to apply the updates." }, "autoUpdateRestartButtonLabel": { - "message": "Start Session På Nytt" + "message": "Restart Session" }, "autoUpdateLaterButtonLabel": { - "message": "Senere" + "message": "Later" }, "autoUpdateDownloadButtonLabel": { "message": "Download" @@ -729,22 +729,22 @@ "message": "Would you like to download the update?" }, "leftTheGroup": { - "message": "$name$ forlot gruppen" + "message": "$name$ has left the group." }, "multipleLeftTheGroup": { - "message": "$name$ forlot gruppen" + "message": "$name$ left the group" }, "updatedTheGroup": { - "message": "Gruppe oppdatert" + "message": "Group updated" }, "titleIsNow": { - "message": "Tittel er nå «$name$»" + "message": "Group name is now '$name$'." }, "joinedTheGroup": { - "message": "$name$ble med i gruppen" + "message": "$name$ joined the group." }, "multipleJoinedTheGroup": { - "message": "$names$ble med i gruppen" + "message": "$name$ joined the group." }, "kickedFromTheGroup": { "message": "$name$ was removed from the group." @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/pa/messages.json b/_locales/pa/messages.json index 7454d72bb..f37b2f09b 100644 --- a/_locales/pa/messages.json +++ b/_locales/pa/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json index 4d0474b80..61952a3ee 100644 --- a/_locales/pl/messages.json +++ b/_locales/pl/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Wpisz nazwę grupy" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/pt_BR/messages.json b/_locales/pt_BR/messages.json index 28404de7b..078a4b9e1 100644 --- a/_locales/pt_BR/messages.json +++ b/_locales/pt_BR/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Digite um nome de grupo" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/pt_PT/messages.json b/_locales/pt_PT/messages.json index a8d46cc1f..99f655759 100644 --- a/_locales/pt_PT/messages.json +++ b/_locales/pt_PT/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/ro/messages.json b/_locales/ro/messages.json index cc47b1cd7..6aa2882e9 100644 --- a/_locales/ro/messages.json +++ b/_locales/ro/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index 04c042466..cc28f9f94 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Пожалуйста, введите название группы" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/sk/messages.json b/_locales/sk/messages.json index 7b0bd6979..f810fe34d 100644 --- a/_locales/sk/messages.json +++ b/_locales/sk/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/sl/messages.json b/_locales/sl/messages.json index c4b658ef5..c65812a7b 100644 --- a/_locales/sl/messages.json +++ b/_locales/sl/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/sq/messages.json b/_locales/sq/messages.json index bf41edb93..f0126e33c 100644 --- a/_locales/sq/messages.json +++ b/_locales/sq/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/sr/messages.json b/_locales/sr/messages.json index 37eee2884..9bc2cfdd3 100644 --- a/_locales/sr/messages.json +++ b/_locales/sr/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/sv/messages.json b/_locales/sv/messages.json index 196286e96..0c27ad1b8 100644 --- a/_locales/sv/messages.json +++ b/_locales/sv/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/ta/messages.json b/_locales/ta/messages.json index 7454d72bb..f37b2f09b 100644 --- a/_locales/ta/messages.json +++ b/_locales/ta/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/th/messages.json b/_locales/th/messages.json index 0edd511f6..db7c20db2 100644 --- a/_locales/th/messages.json +++ b/_locales/th/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/tr/messages.json b/_locales/tr/messages.json index 2304b891f..cad602746 100644 --- a/_locales/tr/messages.json +++ b/_locales/tr/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/uk/messages.json b/_locales/uk/messages.json index 1aea10a2f..06be9a58e 100644 --- a/_locales/uk/messages.json +++ b/_locales/uk/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/vi/messages.json b/_locales/vi/messages.json index bb892a202..ab0136e6c 100644 --- a/_locales/vi/messages.json +++ b/_locales/vi/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Vui lòng nhập tên nhóm" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json index 347e10eff..9831fa913 100644 --- a/_locales/zh_CN/messages.json +++ b/_locales/zh_CN/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/_locales/zh_TW/messages.json b/_locales/zh_TW/messages.json index fc9e25944..18e2523fd 100644 --- a/_locales/zh_TW/messages.json +++ b/_locales/zh_TW/messages.json @@ -971,15 +971,6 @@ "invalidPubkeyFormat": { "message": "Invalid Pubkey Format" }, - "lnsMappingNotFound": { - "message": "There is no LNS mapping associated with this name" - }, - "lnsLookupTimeout": { - "message": "LNS lookup timed out" - }, - "lnsTooFewNodes": { - "message": "Not enough nodes currently active for LNS lookup" - }, "emptyGroupNameError": { "message": "Please enter a group name" }, @@ -1180,5 +1171,7 @@ }, "orJoinOneOfThese": { "message": "Or join one of these..." - } + }, + "helpUsTranslateSession": "Help us Translate Session", + "translation": "Translation" } diff --git a/tools/afterCrowdInFetch.sh b/tools/afterCrowdInFetch.sh new file mode 100755 index 000000000..8c095dbe1 --- /dev/null +++ b/tools/afterCrowdInFetch.sh @@ -0,0 +1,26 @@ +#!/bin/sh + +const filesToRename = [ + { from: 'es-419', to: 'es_419' }, + { from: 'es-ES', to: 'es' }, + { from: 'nn-NO', to: 'no' }, + { from: 'pa-IN', to: 'pa' }, + { from: 'pt-BR', to: 'pt_NR' }, + { from: 'pt-PT', to: 'pt_PT' }, + { from: 'sv-SE', to: 'sv' }, + { from: 'sr-CS', to: 'sr' }, + { from: 'zh-CN', to: 'zh_CN' }, + { from: 'zh-TW', to: 'zh_TW' }, +]; + +mv $PWD/_locales/es-419/messages.json $PWD/_locales/es_419/messages.json +mv $PWD/_locales/es-ES/messages.json $PWD/_locales/es/messages.json +mv $PWD/_locales/nn-NO/messages.json $PWD/_locales/no/messages.json +mv $PWD/_locales/pa-IN/messages.json $PWD/_locales/pa/messages.json +mv $PWD/_locales/pt-BR/messages.json $PWD/_locales/pt_BR/messages.json +mv $PWD/_locales/pt-PT/messages.json $PWD/_locales/pt_PT/messages.json +mv $PWD/_locales/sv-SE/messages.json $PWD/_locales/sv/messages.json +mv $PWD/_locales/sr-CS/messages.json $PWD/_locales/sr/messages.json +mv $PWD/_locales/zh-CN/messages.json $PWD/_locales/zh_CN/messages.json +mv $PWD/_locales/zh-TW/messages.json $PWD/_locales/zh_TW/messages.json + diff --git a/ts/components/session/settings/SessionSettings.tsx b/ts/components/session/settings/SessionSettings.tsx index 9c2d71789..bab343b55 100644 --- a/ts/components/session/settings/SessionSettings.tsx +++ b/ts/components/session/settings/SessionSettings.tsx @@ -8,10 +8,11 @@ import { ToastUtils } from '../../../session/utils'; import { ConversationLookupType } from '../../../state/ducks/conversations'; import { StateType } from '../../../state/reducer'; import { ConversationController } from '../../../session/conversations'; -import { getConversationLookup, getConversations } from '../../../state/selectors/conversations'; +import { getConversationLookup } from '../../../state/selectors/conversations'; import { connect } from 'react-redux'; import { getPasswordHash } from '../../../../ts/data/data'; import { SpacerLG } from '../../basic/Text'; +import { shell } from 'electron'; export enum SessionSettingCategory { Appearance = 'appearance', @@ -414,6 +415,24 @@ class SettingsViewInner extends React.Component { }, confirmationDialogParams: undefined, }, + { + id: 'help-translation', + title: window.i18n('translation'), + description: undefined, + hidden: false, + type: SessionSettingType.Button, + category: SessionSettingCategory.Appearance, + setFn: undefined, + comparisonValue: undefined, + onClick: () => { + void shell.openExternal('https://crowdin.com/project/session-desktop/'); + }, + content: { + buttonText: window.i18n('helpUsTranslateSession'), + buttonColor: SessionButtonColor.Primary, + }, + confirmationDialogParams: undefined, + }, { id: 'media-permissions', title: window.i18n('mediaPermissionsTitle'), diff --git a/ts/window.d.ts b/ts/window.d.ts index 3ad40e534..79f9021be 100644 --- a/ts/window.d.ts +++ b/ts/window.d.ts @@ -85,7 +85,6 @@ declare global { expired: (boolean) => void; expiredStatus: () => boolean; }; - openUrl: (string) => void; lightTheme: DefaultTheme; darkTheme: DefaultTheme; LokiPushNotificationServer: any;