diff --git a/assets/l10n/intl_ar.arb b/assets/l10n/intl_ar.arb index 0a56d9c1..246054c4 100644 --- a/assets/l10n/intl_ar.arb +++ b/assets/l10n/intl_ar.arb @@ -1,6 +1,6 @@ { "@@locale": "ar", - "@@last_modified": "2021-08-14 12:06:11.879921", + "@@last_modified": "2021-08-14 12:41:10.156221", "about": "حول", "@about": { "type": "text", @@ -1193,7 +1193,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "رآه {username} و {count} أخرون", + "seenByUserAndCountOthers": "{count, plural, other{رآه {username} و {count} أخرون}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -1481,28 +1481,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} رسالة غير مقروءة", + "unreadChats": "{unreadCount, plural, other{{unreadCount} رسالة غير مقروءة}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} رسالة غير مقروءة", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} رسالة غير مقروءة}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} رسالة غير مقروءة من {unreadChats} محادثة", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "هل تريد استخدم ألوان متوافقة مع AMOLED؟", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_bn.arb b/assets/l10n/intl_bn.arb index 42b6928e..78ef4c20 100644 --- a/assets/l10n/intl_bn.arb +++ b/assets/l10n/intl_bn.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.873762", + "@@last_modified": "2021-08-14 12:41:10.154280", "about": "সম্পর্কে", "@about": { "type": "text", @@ -27,4 +27,4 @@ "type": "text", "placeholders": {} } -} +} \ No newline at end of file diff --git a/assets/l10n/intl_ca.arb b/assets/l10n/intl_ca.arb index bde394b4..e866f123 100644 --- a/assets/l10n/intl_ca.arb +++ b/assets/l10n/intl_ca.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.862887", + "@@last_modified": "2021-08-14 12:41:10.145728", "about": "Sobre", "@about": { "type": "text", @@ -1415,7 +1415,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Vist per {username} i {count} més", + "seenByUserAndCountOthers": "{count, plural, other{Vist per {username} i {count} més}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -1747,28 +1747,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} xats no llegits", + "unreadChats": "{unreadCount, plural, other{{unreadCount} xats no llegits}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} missatges no llegits", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} missatges no llegits}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} missatges no llegits de {unreadChats} xats", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Utilitzar colors compatibles amb AMOLED?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_cs.arb b/assets/l10n/intl_cs.arb index 7d604bd6..679728a8 100644 --- a/assets/l10n/intl_cs.arb +++ b/assets/l10n/intl_cs.arb @@ -1,6 +1,6 @@ { "@@locale": "cs", - "@@last_modified": "2021-08-14 12:06:11.842900", + "@@last_modified": "2021-08-14 12:41:10.131133", "about": "O aplikaci", "@about": { "type": "text", @@ -1880,7 +1880,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Viděno uživatelem {username} a {count} dalšími", + "seenByUserAndCountOthers": "{count, plural, other{Viděno uživatelem {username} a {count} dalšími}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2282,28 +2282,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} nepřečtených chatů", + "unreadChats": "{unreadCount, plural, other{{unreadCount} nepřečtených chatů}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} nepřečtených zpráv", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} nepřečtených zpráv}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} nepřečtených zpráv v {unreadChats} chatech", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Použít barvy kompatibilní s AMOLED?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_de.arb b/assets/l10n/intl_de.arb index de60cd1f..4f32e1e3 100644 --- a/assets/l10n/intl_de.arb +++ b/assets/l10n/intl_de.arb @@ -1,6 +1,6 @@ { "@@locale": "de", - "@@last_modified": "2021-08-14 12:06:11.827374", + "@@last_modified": "2021-08-14 12:41:10.119255", "about": "Über", "@about": { "type": "text", @@ -1867,7 +1867,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Gelesen von {username} und {count} anderen", + "seenByUserAndCountOthers": "{count, plural, other{Gelesen von {username} und {count} anderen}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2269,28 +2269,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} ungelesene Unterhaltungen", + "unreadChats": "{unreadCount, plural, other{{unreadCount} ungelesene Unterhaltungen}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} ungelesene Nachrichten", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} ungelesene Nachrichten}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} ungelesene Nachrichten in {unreadChats} Chats", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "AMOLED-optimierte Farben verwenden?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_en.arb b/assets/l10n/intl_en.arb index 5a783458..64586455 100644 --- a/assets/l10n/intl_en.arb +++ b/assets/l10n/intl_en.arb @@ -1,154 +1,16 @@ { "@@locale": "en", - "@@last_modified": "2020-09-23T11:45:42.519831", + "@@last_modified": "2021-08-14 12:38:37.885451", "about": "About", "@about": { "type": "text", "placeholders": {} }, - "addToSpace": "Add to space", "accept": "Accept", - "chatHasBeenAddedToThisSpace": "Chat has been added to this space", "@accept": { "type": "text", "placeholders": {} }, - "chatHasBeenRemovedFromThisSpace": "Chat has been removed from this space", - "@chatHasBeenRemovedFromThisSpace": { - "type": "text", - "placeholders": {} - }, - "cantOpenUri": "Can't open the URI {uri}", - "@cantOpenUri": { - "type": "text", - "placeholders": { - "uri": {} - } - }, - "allChats": "All chats", - "@allChats": { - "type": "text", - "placeholders": {} - }, - "autoplayImages": "Automatically play animated stickers and emotes", - "@autoplayImages": { - "type": "text", - "placeholder": {} - }, - "chats": "Chats", - "@chats": { - "type": "text", - "placeholders": {} - }, - "commandHintSend": "Send text", - "@commandHintSend": { - "type": "text", - "description": "Usage hint for the command /send" - }, - "commandHintMe": "Describe yourself", - "@commandHintMe": { - "type": "text", - "description": "Usage hint for the command /me" - }, - "commandHintPlain": "Send unformatted text", - "@commandHintPlain": { - "type": "text", - "description": "Usage hint for the command /plain" - }, - "commandHintHtml": "Send HTML-formatted text", - "@commandHintHtml": { - "type": "text", - "description": "Usage hint for the command /html" - }, - "commandHintReact": "Send reply as a reaction", - "@commandHintReact": { - "type": "text", - "description": "Usage hint for the command /react" - }, - "commandHintJoin": "Join the given room", - "@commandHintJoin": { - "type": "text", - "description": "Usage hint for the command /join" - }, - "commandHintLeave": "Leave this room", - "@commandHintLeave": { - "type": "text", - "description": "Usage hint for the command /leave" - }, - "commandHintOp": "Set the given user's power level (default: 50)", - "@commandHintOp": { - "type": "text", - "description": "Usage hint for the command /op" - }, - "commandHintKick": "Remove the given user from this room", - "@commandHintKick": { - "type": "text", - "description": "Usage hint for the command /kick" - }, - "commandHintBan": "Ban the given user from this room", - "@commandHintBan": { - "type": "text", - "description": "Usage hint for the command /ban" - }, - "commandHintUnBan": "Unban the given user from this room", - "@commandHintUnBan": { - "type": "text", - "description": "Usage hint for the command /unban" - }, - "commandHintInvite": "Invite the given user to this room", - "@commandHintInvite": { - "type": "text", - "description": "Usage hint for the command /invite" - }, - "commandHintMyRoomNick": "Set your display name for this room", - "@commandHintMyRoomNick": { - "type": "text", - "description": "Usage hint for the command /myroomnick" - }, - "commandHintMyRoomAvatar": "Set your picture for this room (by mxc-uri)", - "@commandHintMyRoomAvatar": { - "type": "text", - "description": "Usage hint for the command /myroomavatar" - }, - "commandInvalid": "Command invalid", - "@commandInvalid": { - "type": "text" - }, - "commandMissing": "{command} is not a command.", - "@commandMissing": { - "type": "text", - "placeholders": { - "command": {} - }, - "description": "State that {command} is not a valid /command." - }, - "editRoomAliases": "Edit room aliases", - "@editRoomAliases": { - "type": "text", - "placeholders": {} - }, - "setAsCanonicalAlias": "Set as main alias", - "@setAsCanonicalAlias": { - "type": "text", - "placeholders": {} - }, - "people": "People", - "@people": { - "type": "text", - "placeholders": {} - }, - "clearArchive": "Clear archive", - "@clearArchive": {}, - "publicGroups": "Public Groups", - "@publicGroups": { - "type": "text", - "placeholders": {} - }, - "publicSpace": "Public space", - "@publicSpace": { - "type": "text", - "placeholders": {} - }, "acceptedTheInvitation": "{username} accepted the invitation", "@acceptedTheInvitation": { "type": "text", @@ -156,22 +18,6 @@ "username": {} } }, - "badServerVersionsException": "The homeserver supports the Spec versions:\n{serverVersions}\nBut this app supports only {supportedVersions}", - "@badServerVersionsException": { - "type": "text", - "placeholders": { - "serverVersions": {}, - "supportedVersions": {} - } - }, - "badServerLoginTypesException": "The homeserver supports the login types:\n{serverVersions}\nBut this app supports only:\n{supportedVersions}", - "@badServerLoginTypesException": { - "type": "text", - "placeholders": { - "serverVersions": {}, - "supportedVersions": {} - } - }, "account": "Account", "@account": { "type": "text", @@ -189,11 +35,22 @@ "username": {} } }, + "addEmail": "Add email", + "@addEmail": { + "type": "text", + "placeholders": {} + }, "addGroupDescription": "Add a group description", "@addGroupDescription": { "type": "text", "placeholders": {} }, + "addNewFriend": "Add new friend", + "@addNewFriend": { + "type": "text", + "placeholders": {} + }, + "addToSpace": "Add to space", "admin": "Admin", "@admin": { "type": "text", @@ -204,13 +61,13 @@ "type": "text", "placeholders": {} }, - "roomVersion": "Room version", - "@roomVersion": { + "all": "All", + "@all": { "type": "text", "placeholders": {} }, - "goToTheNewRoom": "Go to the new room", - "@goToTheNewRoom": { + "allChats": "All chats", + "@allChats": { "type": "text", "placeholders": {} }, @@ -231,6 +88,11 @@ "type": "text", "placeholders": {} }, + "appLock": "App lock", + "@appLock": { + "type": "text", + "placeholders": {} + }, "archive": "Archive", "@archive": { "type": "text", @@ -251,11 +113,6 @@ "type": "text", "placeholders": {} }, - "noPublicRoomsFound": "No public rooms found…", - "@noPublicRoomsFound": { - "type": "text", - "placeholders": {} - }, "areYouSureYouWantToLogout": "Are you sure you want to log out?", "@areYouSureYouWantToLogout": { "type": "text", @@ -283,16 +140,47 @@ "username": {} } }, + "audioPlayerPause": "Pause", + "@audioPlayerPause": { + "type": "text", + "placeholders": {} + }, + "audioPlayerPlay": "Play", + "@audioPlayerPlay": { + "type": "text", + "placeholders": {} + }, "authentication": "Authentication", "@authentication": { "type": "text", "placeholders": {} }, + "autoplayImages": "Automatically play animated stickers and emotes", + "@autoplayImages": { + "type": "text", + "placeholder": {} + }, "avatarHasBeenChanged": "Avatar changed", "@avatarHasBeenChanged": { "type": "text", "placeholders": {} }, + "badServerLoginTypesException": "The homeserver supports the login types:\n{serverVersions}\nBut this app supports only:\n{supportedVersions}", + "@badServerLoginTypesException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } + }, + "badServerVersionsException": "The homeserver supports the Spec versions:\n{serverVersions}\nBut this app supports only {supportedVersions}", + "@badServerVersionsException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } + }, "banFromChat": "Ban from chat", "@banFromChat": { "type": "text", @@ -316,20 +204,13 @@ "type": "text", "placeholders": {} }, - "pleaseFollowInstructionsOnWeb": "Please follow the instructions on the website and tap on next.", - "@pleaseFollowInstructionsOnWeb": { + "blocked": "Blocked", + "@blocked": { "type": "text", "placeholders": {} }, - "youWillBeConnectedTo": "You will be connected to {homeserver}", - "@youWillBeConnectedTo": { - "type": "text", - "placeholders": { - "homeserver": {} - } - }, - "next": "Next", - "@next": { + "botMessages": "Bot messages", + "@botMessages": { "type": "text", "placeholders": {} }, @@ -343,6 +224,13 @@ "type": "text", "placeholders": {} }, + "cantOpenUri": "Can't open the URI {uri}", + "@cantOpenUri": { + "type": "text", + "placeholders": { + "uri": {} + } + }, "changeDeviceName": "Change device name", "@changeDeviceName": { "type": "text", @@ -355,14 +243,6 @@ "username": {} } }, - "changedTheChatNameTo": "{username} changed the chat name to: '{chatname}'", - "@changedTheChatNameTo": { - "type": "text", - "placeholders": { - "username": {}, - "chatname": {} - } - }, "changedTheChatDescriptionTo": "{username} changed the chat description to: '{description}'", "@changedTheChatDescriptionTo": { "type": "text", @@ -371,6 +251,14 @@ "description": {} } }, + "changedTheChatNameTo": "{username} changed the chat name to: '{chatname}'", + "@changedTheChatNameTo": { + "type": "text", + "placeholders": { + "username": {}, + "chatname": {} + } + }, "changedTheChatPermissions": "{username} changed the chat permissions", "@changedTheChatPermissions": { "type": "text", @@ -386,11 +274,6 @@ "displayname": {} } }, - "changeTheHomeserver": "Change the homeserver", - "@changeTheHomeserver": { - "type": "text", - "placeholders": {} - }, "changedTheGuestAccessRules": "{username} changed the guest access rules", "@changedTheGuestAccessRules": { "type": "text", @@ -462,13 +345,33 @@ "type": "text", "placeholders": {} }, + "changePassword": "Change password", + "@changePassword": { + "type": "text", + "placeholders": {} + }, + "changesHaveBeenSaved": "Changes have been saved", + "@changesHaveBeenSaved": { + "type": "text", + "placeholders": {} + }, + "changeTheHomeserver": "Change the homeserver", + "@changeTheHomeserver": { + "type": "text", + "placeholders": {} + }, + "changeTheme": "Change your style", + "@changeTheme": { + "type": "text", + "placeholders": {} + }, "changeTheNameOfTheGroup": "Change the name of the group", "@changeTheNameOfTheGroup": { "type": "text", "placeholders": {} }, - "changePassword": "Change password", - "@changePassword": { + "changeTheServer": "Change the server", + "@changeTheServer": { "type": "text", "placeholders": {} }, @@ -477,8 +380,8 @@ "type": "text", "placeholders": {} }, - "changeTheServer": "Change the server", - "@changeTheServer": { + "changeYourAvatar": "Change your avatar", + "@changeYourAvatar": { "type": "text", "placeholders": {} }, @@ -492,11 +395,32 @@ "type": "text", "placeholders": {} }, + "chatBackup": "Chat backup", + "@chatBackup": { + "type": "text", + "placeholders": {} + }, + "chatBackupDescription": "Your chat backup is secured with a security key. Please make sure you don't lose it.", + "@chatBackupDescription": { + "type": "text", + "placeholders": {} + }, "chatDetails": "Chat details", "@chatDetails": { "type": "text", "placeholders": {} }, + "chatHasBeenAddedToThisSpace": "Chat has been added to this space", + "chatHasBeenRemovedFromThisSpace": "Chat has been removed from this space", + "@chatHasBeenRemovedFromThisSpace": { + "type": "text", + "placeholders": {} + }, + "chats": "Chats", + "@chats": { + "type": "text", + "placeholders": {} + }, "chooseAStrongPassword": "Choose a strong password", "@chooseAStrongPassword": { "type": "text", @@ -507,11 +431,100 @@ "type": "text", "placeholders": {} }, + "clearArchive": "Clear archive", + "@clearArchive": {}, + "clearText": "Clear text", + "@clearText": { + "type": "text", + "placeholders": {} + }, "close": "Close", "@close": { "type": "text", "placeholders": {} }, + "commandHintBan": "Ban the given user from this room", + "@commandHintBan": { + "type": "text", + "description": "Usage hint for the command /ban" + }, + "commandHintHtml": "Send HTML-formatted text", + "@commandHintHtml": { + "type": "text", + "description": "Usage hint for the command /html" + }, + "commandHintInvite": "Invite the given user to this room", + "@commandHintInvite": { + "type": "text", + "description": "Usage hint for the command /invite" + }, + "commandHintJoin": "Join the given room", + "@commandHintJoin": { + "type": "text", + "description": "Usage hint for the command /join" + }, + "commandHintKick": "Remove the given user from this room", + "@commandHintKick": { + "type": "text", + "description": "Usage hint for the command /kick" + }, + "commandHintLeave": "Leave this room", + "@commandHintLeave": { + "type": "text", + "description": "Usage hint for the command /leave" + }, + "commandHintMe": "Describe yourself", + "@commandHintMe": { + "type": "text", + "description": "Usage hint for the command /me" + }, + "commandHintMyRoomAvatar": "Set your picture for this room (by mxc-uri)", + "@commandHintMyRoomAvatar": { + "type": "text", + "description": "Usage hint for the command /myroomavatar" + }, + "commandHintMyRoomNick": "Set your display name for this room", + "@commandHintMyRoomNick": { + "type": "text", + "description": "Usage hint for the command /myroomnick" + }, + "commandHintOp": "Set the given user's power level (default: 50)", + "@commandHintOp": { + "type": "text", + "description": "Usage hint for the command /op" + }, + "commandHintPlain": "Send unformatted text", + "@commandHintPlain": { + "type": "text", + "description": "Usage hint for the command /plain" + }, + "commandHintReact": "Send reply as a reaction", + "@commandHintReact": { + "type": "text", + "description": "Usage hint for the command /react" + }, + "commandHintSend": "Send text", + "@commandHintSend": { + "type": "text", + "description": "Usage hint for the command /send" + }, + "commandHintUnBan": "Unban the given user from this room", + "@commandHintUnBan": { + "type": "text", + "description": "Usage hint for the command /unban" + }, + "commandInvalid": "Command invalid", + "@commandInvalid": { + "type": "text" + }, + "commandMissing": "{command} is not a command.", + "@commandMissing": { + "type": "text", + "placeholders": { + "command": {} + }, + "description": "State that {command} is not a valid /command." + }, "compareEmojiMatch": "Compare and make sure the following emoji match those of the other device:", "@compareEmojiMatch": { "type": "text", @@ -522,6 +535,11 @@ "type": "text", "placeholders": {} }, + "configureChat": "Configure chat", + "@configureChat": { + "type": "text", + "placeholders": {} + }, "confirm": "Confirm", "@confirm": { "type": "text", @@ -542,6 +560,21 @@ "type": "text", "placeholders": {} }, + "containsDisplayName": "Contains display name", + "@containsDisplayName": { + "type": "text", + "placeholders": {} + }, + "containsUserName": "Contains username", + "@containsUserName": { + "type": "text", + "placeholders": {} + }, + "contentHasBeenReported": "The content has been reported to the server admins", + "@contentHasBeenReported": { + "type": "text", + "placeholders": {} + }, "contentViewer": "Content viewer", "@contentViewer": { "type": "text", @@ -552,11 +585,6 @@ "type": "text", "placeholders": {} }, - "securityKey": "Security key", - "@securityKey": { - "type": "text", - "placeholders": {} - }, "copy": "Copy", "@copy": { "type": "text", @@ -596,93 +624,11 @@ "type": "text", "placeholders": {} }, - "verified": "Verified", - "@verified": { - "type": "text", - "placeholders": {} - }, - "blocked": "Blocked", - "@blocked": { - "type": "text", - "placeholders": {} - }, - "zoomIn": "Zoom in", - "@zoomIn": { - "type": "text", - "placeholders": {} - }, - "zoomOut": "Zoom out", - "@zoomOut": { - "type": "text", - "placeholders": {} - }, - "addEmail": "Add email", - "@addEmail": { - "type": "text", - "placeholders": {} - }, - "showPassword": "Show password", - "@showPassword": { - "type": "text", - "placeholders": {} - }, - "chatBackup": "Chat backup", - "@chatBackup": { - "type": "text", - "placeholders": {} - }, - "securityKeyLost": "Security key lost?", - "@securityKeyLost": { - "type": "text", - "placeholders": {} - }, - "everythingReady": "Everything ready!", - "@everythingReady": { - "type": "text", - "placeholders": {} - }, - "transferFromAnotherDevice": "Transfer from another device", - "@transferFromAnotherDevice": { - "type": "text", - "placeholders": {} - }, - "tapOnDeviceToVerify": "Tap on a device to verifiy", - "@tapOnDeviceToVerify": { - "type": "text", - "placeholders": {} - }, - "deviceVerifyDescription": "The encryption is only secure when all devices have been verified.", - "@deviceVerifyDescription": { - "type": "text", - "placeholders": {} - }, - "noEncryptionForPublicRooms": "You can only activate encryption as soon as the room is no longer publicly accessible.", - "@noEncryptionForPublicRooms": { - "type": "text", - "placeholders": {} - }, - "pleaseEnterSecurityKey": "Please enter your security key:", - "@pleaseEnterSecurityKey": { - "type": "text", - "placeholders": {} - }, - "chatBackupDescription": "Your chat backup is secured with a security key. Please make sure you don't lose it.", - "@chatBackupDescription": { - "type": "text", - "placeholders": {} - }, "createAccountNow": "Create account now", "@createAccountNow": { "type": "text", "placeholders": {} }, - "moreEvents": "{count,plural, =1{1 more event} other{{count} more events}}", - "@moreEvents": { - "type": "text", - "placeholders": { - "count": {} - } - }, "createdTheChat": "{username} created the chat", "@createdTheChat": { "type": "text", @@ -715,6 +661,11 @@ "type": "text", "placeholders": {} }, + "darkTheme": "Dark", + "@darkTheme": { + "type": "text", + "placeholders": {} + }, "dateAndTimeOfDay": "{date}, {timeOfDay}", "@dateAndTimeOfDay": { "type": "text", @@ -740,13 +691,18 @@ "day": {} } }, - "delete": "Delete", - "@delete": { + "deactivateAccountWarning": "This will deactivate your user account. This can not be undone! Are you sure?", + "@deactivateAccountWarning": { "type": "text", "placeholders": {} }, - "deactivateAccountWarning": "This will deactivate your user account. This can not be undone! Are you sure?", - "@deactivateAccountWarning": { + "defaultPermissionLevel": "Default permission level", + "@defaultPermissionLevel": { + "type": "text", + "placeholders": {} + }, + "delete": "Delete", + "@delete": { "type": "text", "placeholders": {} }, @@ -780,43 +736,83 @@ "type": "text", "placeholders": {} }, + "deviceVerifyDescription": "The encryption is only secure when all devices have been verified.", + "@deviceVerifyDescription": { + "type": "text", + "placeholders": {} + }, + "directChats": "Direct Chats", + "@directChats": { + "type": "text", + "placeholders": {} + }, "discardPicture": "Discard picture", "@discardPicture": { "type": "text", "placeholders": {} }, + "discover": "Discover", + "@discover": { + "type": "text", + "placeholders": {} + }, + "discoverGroups": "Discover groups", + "@discoverGroups": { + "type": "text", + "placeholders": {} + }, "displaynameHasBeenChanged": "Displayname has been changed", "@displaynameHasBeenChanged": { "type": "text", "placeholders": {} }, + "donate": "Donate", + "@donate": { + "type": "text", + "placeholders": {} + }, + "dontAskAgain": "Cancel and don't ask again", + "@dontAskAgain": { + "type": "text", + "placeholders": {} + }, "downloadFile": "Download file", "@downloadFile": { "type": "text", "placeholders": {} }, + "edit": "Edit", + "@edit": { + "type": "text", + "placeholders": {} + }, + "editBlockedServers": "Edit blocked servers", + "@editBlockedServers": { + "type": "text", + "placeholders": {} + }, + "editChatPermissions": "Edit chat permissions", + "@editChatPermissions": { + "type": "text", + "placeholders": {} + }, "editDisplayname": "Edit displayname", "@editDisplayname": { "type": "text", "placeholders": {} }, - "emoteSettings": "Emote Settings", - "@emoteSettings": { + "editJitsiInstance": "Edit Jitsi instance", + "@editJitsiInstance": { "type": "text", "placeholders": {} }, - "emoteShortcode": "Emote shortcode", - "@emoteShortcode": { + "editRoomAliases": "Edit room aliases", + "@editRoomAliases": { "type": "text", "placeholders": {} }, - "emoteWarnNeedToPick": "You need to pick an emote shortcode and an image!", - "@emoteWarnNeedToPick": { - "type": "text", - "placeholders": {} - }, - "enterAnEmailAddress": "Enter an email address", - "@enterAnEmailAddress": { + "editRoomAvatar": "Edit room avatar", + "@editRoomAvatar": { "type": "text", "placeholders": {} }, @@ -835,65 +831,28 @@ "type": "text", "placeholders": {} }, + "emoteSettings": "Emote Settings", + "@emoteSettings": { + "type": "text", + "placeholders": {} + }, + "emoteShortcode": "Emote shortcode", + "@emoteShortcode": { + "type": "text", + "placeholders": {} + }, + "emoteWarnNeedToPick": "You need to pick an emote shortcode and an image!", + "@emoteWarnNeedToPick": { + "type": "text", + "placeholders": {} + }, "emptyChat": "Empty chat", "@emptyChat": { "type": "text", "placeholders": {} }, - "errorObtainingLocation": "Error obtaining location: {error}", - "@errorObtainingLocation": { - "type": "text", - "placeholders": { - "error": {} - } - }, - "directChats": "Direct Chats", - "@directChats": { - "type": "text", - "placeholders": {} - }, - "containsDisplayName": "Contains display name", - "@containsDisplayName": { - "type": "text", - "placeholders": {} - }, - "containsUserName": "Contains username", - "@containsUserName": { - "type": "text", - "placeholders": {} - }, - "inviteForMe": "Invite for me", - "@inviteForMe": { - "type": "text", - "placeholders": {} - }, - "memberChanges": "Member changes", - "@memberChanges": { - "type": "text", - "placeholders": {} - }, - "botMessages": "Bot messages", - "@botMessages": { - "type": "text", - "placeholders": {} - }, - "pushRules": "Push rules", - "@pushRules": { - "type": "text", - "placeholders": {} - }, - "notifications": "Notifications", - "@notifications": { - "type": "text", - "placeholders": {} - }, - "notificationsEnabledForThisAccount": "Notifications enabled for this account", - "@notificationsEnabledForThisAccount": { - "type": "text", - "placeholders": {} - }, - "edit": "Edit", - "@edit": { + "enableChatBackup": "Enable the chat backup to never lose access to your chats.", + "@enableChatBackup": { "type": "text", "placeholders": {} }, @@ -902,11 +861,21 @@ "type": "text", "placeholders": {} }, + "enableEncryption": "Enable encryption", + "@enableEncryption": { + "type": "text", + "placeholders": {} + }, "enableEncryptionWarning": "You won't be able to disable the encryption anymore. Are you sure?", "@enableEncryptionWarning": { "type": "text", "placeholders": {} }, + "encrypted": "Encrypted", + "@encrypted": { + "type": "text", + "placeholders": {} + }, "encryption": "Encryption", "@encryption": { "type": "text", @@ -922,16 +891,6 @@ "type": "text", "placeholders": {} }, - "dontAskAgain": "Cancel and don't ask again", - "@dontAskAgain": { - "type": "text", - "placeholders": {} - }, - "encrypted": "Encrypted", - "@encrypted": { - "type": "text", - "placeholders": {} - }, "end2endEncryptionSettings": "End-to-end encryption settings", "@end2endEncryptionSettings": { "type": "text", @@ -949,6 +908,11 @@ "type": "text", "placeholders": {} }, + "enterAnEmailAddress": "Enter an email address", + "@enterAnEmailAddress": { + "type": "text", + "placeholders": {} + }, "enterASpacepName": "Enter a space name", "@enterASpacepName": {}, "enterAUsername": "Enter a username", @@ -961,6 +925,23 @@ "type": "text", "placeholders": {} }, + "errorObtainingLocation": "Error obtaining location: {error}", + "@errorObtainingLocation": { + "type": "text", + "placeholders": { + "error": {} + } + }, + "everythingReady": "Everything ready!", + "@everythingReady": { + "type": "text", + "placeholders": {} + }, + "extremeOffensive": "Extreme offensive", + "@extremeOffensive": { + "type": "text", + "placeholders": {} + }, "fileName": "File name", "@fileName": { "type": "text", @@ -976,6 +957,11 @@ "type": "text", "placeholders": {} }, + "fontSize": "Font size", + "@fontSize": { + "type": "text", + "placeholders": {} + }, "forward": "Forward", "@forward": { "type": "text", @@ -986,6 +972,11 @@ "type": "text", "placeholders": {} }, + "friends": "Friends", + "@friends": { + "type": "text", + "placeholders": {} + }, "fromJoining": "From joining", "@fromJoining": { "type": "text", @@ -996,6 +987,11 @@ "type": "text", "placeholders": {} }, + "goToTheNewRoom": "Go to the new room", + "@goToTheNewRoom": { + "type": "text", + "placeholders": {} + }, "group": "Group", "@group": { "type": "text", @@ -1016,8 +1012,8 @@ "type": "text", "placeholders": {} }, - "spaceIsPublic": "Space is public", - "@spaceIsPublic": { + "groups": "Groups", + "@groups": { "type": "text", "placeholders": {} }, @@ -1066,6 +1062,11 @@ "type": "text", "placeholders": {} }, + "howOffensiveIsThisContent": "How offensive is this content?", + "@howOffensiveIsThisContent": { + "type": "text", + "placeholders": {} + }, "id": "ID", "@id": { "type": "text", @@ -1076,13 +1077,13 @@ "type": "text", "placeholders": {} }, - "ignoredUsers": "Ignored users", - "@ignoredUsers": { + "ignore": "Ignore", + "@ignore": { "type": "text", "placeholders": {} }, - "ignoreUsername": "Ignore username", - "@ignoreUsername": { + "ignoredUsers": "Ignored users", + "@ignoredUsers": { "type": "text", "placeholders": {} }, @@ -1091,11 +1092,31 @@ "type": "text", "placeholders": {} }, + "ignoreUsername": "Ignore username", + "@ignoreUsername": { + "type": "text", + "placeholders": {} + }, + "iHaveClickedOnLink": "I have clicked on the link", + "@iHaveClickedOnLink": { + "type": "text", + "placeholders": {} + }, "incorrectPassphraseOrKey": "Incorrect passphrase or recovery key", "@incorrectPassphraseOrKey": { "type": "text", "placeholders": {} }, + "inoffensive": "Inoffensive", + "@inoffensive": { + "type": "text", + "placeholders": {} + }, + "invalidEmail": "Invalid email", + "@invalidEmail": { + "type": "text", + "placeholders": {} + }, "inviteContact": "Invite contact", "@inviteContact": { "type": "text", @@ -1113,14 +1134,6 @@ "type": "text", "placeholders": {} }, - "inviteText": "{username} invited you to FluffyChat. \n1. Install FluffyChat: https://fluffychat.im \n2. Sign up or sign in \n3. Open the invite link: {link}", - "@inviteText": { - "type": "text", - "placeholders": { - "username": {}, - "link": {} - } - }, "invitedUser": "{username} invited {targetName}", "@invitedUser": { "type": "text", @@ -1134,6 +1147,19 @@ "type": "text", "placeholders": {} }, + "inviteForMe": "Invite for me", + "@inviteForMe": { + "type": "text", + "placeholders": {} + }, + "inviteText": "{username} invited you to FluffyChat. \n1. Install FluffyChat: https://fluffychat.im \n2. Sign up or sign in \n3. Open the invite link: {link}", + "@inviteText": { + "type": "text", + "placeholders": { + "username": {}, + "link": {} + } + }, "isDeviceKeyCorrect": "Is the following device key correct?", "@isDeviceKeyCorrect": { "type": "text", @@ -1144,16 +1170,6 @@ "type": "text", "placeholders": {} }, - "iHaveClickedOnLink": "I have clicked on the link", - "@iHaveClickedOnLink": { - "type": "text", - "placeholders": {} - }, - "editJitsiInstance": "Edit Jitsi instance", - "@editJitsiInstance": { - "type": "text", - "placeholders": {} - }, "joinedTheChat": "{username} joined the chat", "@joinedTheChat": { "type": "text", @@ -1197,28 +1213,6 @@ "type": "text", "placeholders": {} }, - "leave": "Leave", - "@leave": { - "type": "text", - "placeholders": {} - }, - "leftTheChat": "Left the chat", - "@leftTheChat": { - "type": "text", - "placeholders": {} - }, - "logout": "Logout", - "@logout": { - "type": "text", - "placeholders": {} - }, - "userLeftTheChat": "{username} left the chat", - "@userLeftTheChat": { - "type": "text", - "placeholders": { - "username": {} - } - }, "lastActiveAgo": "Last active: {localizedTimeShort}", "@lastActiveAgo": { "type": "text", @@ -1231,23 +1225,28 @@ "type": "text", "placeholders": {} }, + "lastSeenLongTimeAgo": "Seen a long time ago", + "@lastSeenLongTimeAgo": { + "type": "text", + "placeholders": {} + }, + "leave": "Leave", + "@leave": { + "type": "text", + "placeholders": {} + }, + "leftTheChat": "Left the chat", + "@leftTheChat": { + "type": "text", + "placeholders": {} + }, "license": "License", "@license": { "type": "text", "placeholders": {} }, - "loadingPleaseWait": "Loading… Please wait.", - "@loadingPleaseWait": { - "type": "text", - "placeholders": {} - }, - "synchronizingPleaseWait": "Synchronizing… Please wait.", - "@synchronizingPleaseWait": { - "type": "text", - "placeholders": {} - }, - "loadMore": "Load more…", - "@loadMore": { + "lightTheme": "Light", + "@lightTheme": { "type": "text", "placeholders": {} }, @@ -1258,13 +1257,28 @@ "count": {} } }, - "login": "Login", - "@login": { + "loadingPleaseWait": "Loading… Please wait.", + "@loadingPleaseWait": { "type": "text", "placeholders": {} }, - "register": "Register", - "@register": { + "loadMore": "Load more…", + "@loadMore": { + "type": "text", + "placeholders": {} + }, + "locationDisabledNotice": "Location services are disabled. Please enable them to be able to share your location.", + "@locationDisabledNotice": { + "type": "text", + "placeholders": {} + }, + "locationPermissionDeniedNotice": "Location permission denied. Please grant them to be able to share your location.", + "@locationPermissionDeniedNotice": { + "type": "text", + "placeholders": {} + }, + "login": "Login", + "@login": { "type": "text", "placeholders": {} }, @@ -1275,6 +1289,18 @@ "homeserver": {} } }, + "loginWith": "Sign in with {brand}", + "@loginWith": { + "type": "text", + "placeholders": { + "brand": {} + } + }, + "logout": "Logout", + "@logout": { + "type": "text", + "placeholders": {} + }, "makeAModerator": "Make a moderator", "@makeAModerator": { "type": "text", @@ -1290,11 +1316,21 @@ "type": "text", "placeholders": {} }, + "memberChanges": "Member changes", + "@memberChanges": { + "type": "text", + "placeholders": {} + }, "mention": "Mention", "@mention": { "type": "text", "placeholders": {} }, + "messages": "Messages", + "@messages": { + "type": "text", + "placeholders": {} + }, "messageWillBeRemovedWarning": "Message will be removed for all participants", "@messageWillBeRemovedWarning": { "type": "text", @@ -1310,6 +1346,13 @@ "type": "text", "placeholders": {} }, + "moreEvents": "{count,plural, =1{1 more event} other{{count} more events}}", + "@moreEvents": { + "type": "text", + "placeholders": { + "count": {} + } + }, "muteChat": "Mute chat", "@muteChat": { "type": "text", @@ -1320,23 +1363,13 @@ "type": "text", "placeholders": {} }, - "newMessageInFluffyChat": "New message in FluffyChat", - "@newMessageInFluffyChat": { - "type": "text", - "placeholders": {} - }, - "noStatusesFound": "No statuses found so far.", - "@noStatusesFound": { - "type": "text", - "placeholders": {} - }, "newChat": "New chat", "@newChat": { "type": "text", "placeholders": {} }, - "addNewFriend": "Add new friend", - "@addNewFriend": { + "newMessageInFluffyChat": "New message in FluffyChat", + "@newMessageInFluffyChat": { "type": "text", "placeholders": {} }, @@ -1345,8 +1378,18 @@ "type": "text", "placeholders": {} }, - "noPasswordRecoveryDescription": "You have not added a way to recover your password yet.", - "@noPasswordRecoveryDescription": { + "next": "Next", + "@next": { + "type": "text", + "placeholders": {} + }, + "no": "No", + "@no": { + "type": "text", + "placeholders": {} + }, + "noConnectionToTheServer": "No connection to the server", + "@noConnectionToTheServer": { "type": "text", "placeholders": {} }, @@ -1355,6 +1398,26 @@ "type": "text", "placeholders": {} }, + "noDescription": "No description", + "@noDescription": { + "type": "text", + "placeholders": {} + }, + "noEmotesFound": "No emotes found. 😕", + "@noEmotesFound": { + "type": "text", + "placeholders": {} + }, + "noEncryptionForPublicRooms": "You can only activate encryption as soon as the room is no longer publicly accessible.", + "@noEncryptionForPublicRooms": { + "type": "text", + "placeholders": {} + }, + "noGoogleServicesWarning": "It seems that you have no google services on your phone. That's a good decision for your privacy! To receive push notifications in FluffyChat we recommend using https://microg.org/ or https://unifiedpush.org/.", + "@noGoogleServicesWarning": { + "type": "text", + "placeholders": {} + }, "noMatrixServer": "{server1} is no matrix server, use {server2} instead?", "@noMatrixServer": { "type": "text", @@ -1368,48 +1431,13 @@ "type": "text", "placeholders": {} }, - "noGoogleServicesWarning": "It seems that you have no google services on your phone. That's a good decision for your privacy! To receive push notifications in FluffyChat we recommend using https://microg.org/ or https://unifiedpush.org/.", - "@noGoogleServicesWarning": { - "type": "text", - "placeholders": {} - }, - "yourChatsAreBeingSynced": "Your chats are being synced…", - "@yourChatsAreBeingSynced": { - "type": "text", - "placeholders": {} - }, - "enableChatBackup": "Enable the chat backup to never lose access to your chats.", - "@enableChatBackup": { - "type": "text", - "placeholders": {} - }, - "pleaseChoose": "Please choose", - "@pleaseChoose": { - "type": "text", - "placeholders": {} - }, - "changeYourAvatar": "Change your avatar", - "@changeYourAvatar": { - "type": "text", - "placeholders": {} - }, - "removeYourAvatar": "Remove your avatar", - "@removeYourAvatar": { - "type": "text", - "placeholders": {} - }, - "oopsPushError": "Oops! Unfortunately, an error occurred when setting up the push notifications.", - "@oopsPushError": { - "type": "text", - "placeholders": {} - }, "none": "None", "@none": { "type": "text", "placeholders": {} }, - "noEmotesFound": "No emotes found. 😕", - "@noEmotesFound": { + "noPasswordRecoveryDescription": "You have not added a way to recover your password yet.", + "@noPasswordRecoveryDescription": { "type": "text", "placeholders": {} }, @@ -1418,11 +1446,31 @@ "type": "text", "placeholders": {} }, + "noPublicRoomsFound": "No public rooms found…", + "@noPublicRoomsFound": { + "type": "text", + "placeholders": {} + }, "noRoomsFound": "No rooms found…", "@noRoomsFound": { "type": "text", "placeholders": {} }, + "noStatusesFound": "No statuses found so far.", + "@noStatusesFound": { + "type": "text", + "placeholders": {} + }, + "notifications": "Notifications", + "@notifications": { + "type": "text", + "placeholders": {} + }, + "notificationsEnabledForThisAccount": "Notifications enabled for this account", + "@notificationsEnabledForThisAccount": { + "type": "text", + "placeholders": {} + }, "notSupportedInWeb": "Not supported in web", "@notSupportedInWeb": { "type": "text", @@ -1435,23 +1483,20 @@ "number": {} } }, + "numUsersTyping": "{count} users are typing…", + "@numUsersTyping": { + "type": "text", + "placeholders": { + "count": {} + } + }, "obtainingLocation": "Obtaining location…", "@obtainingLocation": { "type": "text", "placeholders": {} }, - "ok": "ok", - "@ok": { - "type": "text", - "placeholders": {} - }, - "onlineKeyBackupDisabled": "Online Key Backup is disabled", - "@onlineKeyBackupDisabled": { - "type": "text", - "placeholders": {} - }, - "online": "Online", - "@online": { + "offensive": "Offensive", + "@offensive": { "type": "text", "placeholders": {} }, @@ -1460,8 +1505,18 @@ "type": "text", "placeholders": {} }, - "unavailable": "Unavailable", - "@unavailable": { + "ok": "ok", + "@ok": { + "type": "text", + "placeholders": {} + }, + "online": "Online", + "@online": { + "type": "text", + "placeholders": {} + }, + "onlineKeyBackupDisabled": "Online Key Backup is disabled", + "@onlineKeyBackupDisabled": { "type": "text", "placeholders": {} }, @@ -1470,6 +1525,11 @@ "type": "text", "placeholders": {} }, + "oopsPushError": "Oops! Unfortunately, an error occurred when setting up the push notifications.", + "@oopsPushError": { + "type": "text", + "placeholders": {} + }, "oopsSomethingWentWrong": "Oops, something went wrong…", "@oopsSomethingWentWrong": { "type": "text", @@ -1490,13 +1550,23 @@ "type": "text", "placeholders": {} }, + "optionalAddEmail": "(Optional) Your email address", + "@optionalAddEmail": { + "type": "text", + "placeholders": {} + }, "optionalGroupName": "(Optional) Group name", "@optionalGroupName": { "type": "text", "placeholders": {} }, - "spaceName": "Space name", - "@spaceName": { + "or": "Or", + "@or": { + "type": "text", + "placeholders": {} + }, + "participant": "Participant", + "@participant": { "type": "text", "placeholders": {} }, @@ -1515,6 +1585,11 @@ "type": "text", "placeholders": {} }, + "passwordForgotten": "Password forgotten", + "@passwordForgotten": { + "type": "text", + "placeholders": {} + }, "passwordHasBeenChanged": "Password has been changed", "@passwordHasBeenChanged": { "type": "text", @@ -1525,8 +1600,8 @@ "type": "text", "placeholders": {} }, - "passwordForgotten": "Password forgotten", - "@passwordForgotten": { + "people": "People", + "@people": { "type": "text", "placeholders": {} }, @@ -1547,13 +1622,13 @@ "fileName": {} } }, - "invalidEmail": "Invalid email", - "@invalidEmail": { + "pleaseChoose": "Please choose", + "@pleaseChoose": { "type": "text", "placeholders": {} }, - "optionalAddEmail": "(Optional) Your email address", - "@optionalAddEmail": { + "pleaseChooseAPasscode": "Please choose a pass code", + "@pleaseChooseAPasscode": { "type": "text", "placeholders": {} }, @@ -1567,13 +1642,18 @@ "type": "text", "placeholders": {} }, + "pleaseEnter4Digits": "Please enter 4 digits or leave empty to disable app lock.", + "@pleaseEnter4Digits": { + "type": "text", + "placeholders": {} + }, "pleaseEnterAMatrixIdentifier": "Please enter a Matrix ID.", "@pleaseEnterAMatrixIdentifier": { "type": "text", "placeholders": {} }, - "pleaseEnterYourPin": "Please enter your pin", - "@pleaseEnterYourPin": { + "pleaseEnterSecurityKey": "Please enter your security key:", + "@pleaseEnterSecurityKey": { "type": "text", "placeholders": {} }, @@ -1582,16 +1662,31 @@ "type": "text", "placeholders": {} }, + "pleaseEnterYourPin": "Please enter your pin", + "@pleaseEnterYourPin": { + "type": "text", + "placeholders": {} + }, "pleaseEnterYourUsername": "Please enter your username", "@pleaseEnterYourUsername": { "type": "text", "placeholders": {} }, + "pleaseFollowInstructionsOnWeb": "Please follow the instructions on the website and tap on next.", + "@pleaseFollowInstructionsOnWeb": { + "type": "text", + "placeholders": {} + }, "privacy": "Privacy", "@privacy": { "type": "text", "placeholders": {} }, + "publicGroups": "Public Groups", + "@publicGroups": { + "type": "text", + "placeholders": {} + }, "publicKey": "Public Key", "@publicKey": { "type": "text", @@ -1602,18 +1697,18 @@ "type": "text", "placeholders": {} }, - "reject": "Reject", - "@reject": { + "publicSpace": "Public space", + "@publicSpace": { "type": "text", "placeholders": {} }, - "rejoin": "Rejoin", - "@rejoin": { + "pushRules": "Push rules", + "@pushRules": { "type": "text", "placeholders": {} }, - "renderRichContent": "Render rich message content", - "@renderRichContent": { + "reason": "Reason", + "@reason": { "type": "text", "placeholders": {} }, @@ -1629,6 +1724,21 @@ "username": {} } }, + "redactMessage": "Redact message", + "@redactMessage": { + "type": "text", + "placeholders": {} + }, + "register": "Register", + "@register": { + "type": "text", + "placeholders": {} + }, + "reject": "Reject", + "@reject": { + "type": "text", + "placeholders": {} + }, "rejectedTheInvitation": "{username} rejected the invitation", "@rejectedTheInvitation": { "type": "text", @@ -1636,6 +1746,16 @@ "username": {} } }, + "rejoin": "Rejoin", + "@rejoin": { + "type": "text", + "placeholders": {} + }, + "remove": "Remove", + "@remove": { + "type": "text", + "placeholders": {} + }, "removeAllOtherDevices": "Remove all other devices", "@removeAllOtherDevices": { "type": "text", @@ -1658,26 +1778,36 @@ "type": "text", "placeholders": {} }, - "revokeAllPermissions": "Revoke all permissions", - "@revokeAllPermissions": { - "type": "text", - "placeholders": {} - }, - "remove": "Remove", - "@remove": { - "type": "text", - "placeholders": {} - }, "removeMessage": "Remove message", "@removeMessage": { "type": "text", "placeholders": {} }, + "removeYourAvatar": "Remove your avatar", + "@removeYourAvatar": { + "type": "text", + "placeholders": {} + }, + "renderRichContent": "Render rich message content", + "@renderRichContent": { + "type": "text", + "placeholders": {} + }, + "replaceRoomWithNewerVersion": "Replace room with newer version", + "@replaceRoomWithNewerVersion": { + "type": "text", + "placeholders": {} + }, "reply": "Reply", "@reply": { "type": "text", "placeholders": {} }, + "reportMessage": "Report message", + "@reportMessage": { + "type": "text", + "placeholders": {} + }, "requestPermission": "Request permission", "@requestPermission": { "type": "text", @@ -1688,65 +1818,40 @@ "type": "text", "placeholders": {} }, + "revokeAllPermissions": "Revoke all permissions", + "@revokeAllPermissions": { + "type": "text", + "placeholders": {} + }, "roomHasBeenUpgraded": "Room has been upgraded", "@roomHasBeenUpgraded": { "type": "text", "placeholders": {} }, + "roomVersion": "Room version", + "@roomVersion": { + "type": "text", + "placeholders": {} + }, "saturday": "Saturday", "@saturday": { "type": "text", "placeholders": {} }, - "share": "Share", - "@share": { - "type": "text", - "placeholders": {} - }, - "shareLocation": "Share location", - "@shareLocation": { - "type": "text", - "placeholders": {} - }, - "sharedTheLocation": "{username} shared the location", - "@sharedTheLocation": { + "savedFileAs": "Saved file as {filename}", + "@savedFileAs": { "type": "text", "placeholders": { - "username": {} + "filename": {} } }, - "ignore": "Ignore", - "@ignore": { + "saveFile": "Save file", + "@saveFile": { "type": "text", "placeholders": {} }, - "status": "Status", - "@status": { - "type": "text", - "placeholders": {} - }, - "messages": "Messages", - "@messages": { - "type": "text", - "placeholders": {} - }, - "groups": "Groups", - "@groups": { - "type": "text", - "placeholders": {} - }, - "friends": "Friends", - "@friends": { - "type": "text", - "placeholders": {} - }, - "all": "All", - "@all": { - "type": "text", - "placeholders": {} - }, - "discover": "Discover", - "@discover": { + "saveFileToFolder": "Save file to this folder", + "@saveFileToFolder": { "type": "text", "placeholders": {} }, @@ -1755,78 +1860,23 @@ "type": "text", "placeholders": {} }, - "howOffensiveIsThisContent": "How offensive is this content?", - "@howOffensiveIsThisContent": { - "type": "text", - "placeholders": {} - }, - "extremeOffensive": "Extreme offensive", - "@extremeOffensive": { - "type": "text", - "placeholders": {} - }, - "offensive": "Offensive", - "@offensive": { - "type": "text", - "placeholders": {} - }, - "inoffensive": "Inoffensive", - "@inoffensive": { - "type": "text", - "placeholders": {} - }, - "whyDoYouWantToReportThis": "Why do you want to report this?", - "@whyDoYouWantToReportThis": { - "type": "text", - "placeholders": {} - }, - "reason": "Reason", - "@reason": { - "type": "text", - "placeholders": {} - }, - "contentHasBeenReported": "The content has been reported to the server admins", - "@contentHasBeenReported": { - "type": "text", - "placeholders": {} - }, - "redactMessage": "Redact message", - "@redactMessage": { - "type": "text", - "placeholders": {} - }, - "reportMessage": "Report message", - "@reportMessage": { - "type": "text", - "placeholders": {} - }, "searchForAChat": "Search for a chat", "@searchForAChat": { "type": "text", "placeholders": {} }, - "lastSeenLongTimeAgo": "Seen a long time ago", - "@lastSeenLongTimeAgo": { + "security": "Security", + "@security": { "type": "text", "placeholders": {} }, - "sendBugReports": "Allow sending bug reports with sentry.io", - "@sendBugReports": { + "securityKey": "Security key", + "@securityKey": { "type": "text", "placeholders": {} }, - "sentryInfo": "Information about your privacy: https://sentry.io/security/", - "@sentryInfo": { - "type": "text", - "placeholders": {} - }, - "changesHaveBeenSaved": "Changes have been saved", - "@changesHaveBeenSaved": { - "type": "text", - "placeholders": {} - }, - "no": "No", - "@no": { + "securityKeyLost": "Security key lost?", + "@securityKeyLost": { "type": "text", "placeholders": {} }, @@ -1837,6 +1887,14 @@ "username": {} } }, + "seenByUserAndCountOthers": "{count, plural, other{Seen by {username} and {count} others}}", + "@seenByUserAndCountOthers": { + "type": "text", + "placeholders": { + "username": {}, + "count": {} + } + }, "seenByUserAndUser": "Seen by {username} and {username2}", "@seenByUserAndUser": { "type": "text", @@ -1845,99 +1903,16 @@ "username2": {} } }, - "seenByUserAndCountOthers": "Seen by {username} and {count} others", - "@seenByUserAndCountOthers": { - "type": "text", - "placeholders": { - "username": {}, - "count": {} - } - }, - "discoverGroups": "Discover groups", - "@discoverGroups": { - "type": "text", - "placeholders": {} - }, - "noDescription": "No description", - "@noDescription": { - "type": "text", - "placeholders": {} - }, - "editBlockedServers": "Edit blocked servers", - "@editBlockedServers": { - "type": "text", - "placeholders": {} - }, - "enableEncryption": "Enable encryption", - "@enableEncryption": { - "type": "text", - "placeholders": {} - }, - "replaceRoomWithNewerVersion": "Replace room with newer version", - "@replaceRoomWithNewerVersion": { - "type": "text", - "placeholders": {} - }, - "editRoomAvatar": "Edit room avatar", - "@editRoomAvatar": { - "type": "text", - "placeholders": {} - }, - "defaultPermissionLevel": "Default permission level", - "@defaultPermissionLevel": { - "type": "text", - "placeholders": {} - }, - "sendMessages": "Send messages", - "@sendMessages": { - "type": "text", - "placeholders": {} - }, - "configureChat": "Configure chat", - "@configureChat": { - "type": "text", - "placeholders": {} - }, - "participant": "Participant", - "@participant": { - "type": "text", - "placeholders": {} - }, "send": "Send", "@send": { "type": "text", "placeholders": {} }, - "whoCanPerformWhichAction": "Who can perform which action", - "@whoCanPerformWhichAction": { - "type": "text", - "placeholders": {} - }, - "editChatPermissions": "Edit chat permissions", - "@editChatPermissions": { - "type": "text", - "placeholders": {} - }, - "setCustomEmotes": "Set custom emotes", - "@setCustomEmotes": { - "type": "text", - "placeholders": {} - }, - "setPermissionsLevel": "Set permissions level", - "@setPermissionsLevel": { - "type": "text", - "placeholders": {} - }, "sendAMessage": "Send a message", "@sendAMessage": { "type": "text", "placeholders": {} }, - "soundVibrationLedColor": "Sound, vibration LED-color", - "@soundVibrationLedColor": { - "type": "text", - "placeholders": {} - }, "sendAsText": "Send as text", "@sendAsText": { "type": "text" @@ -1947,6 +1922,11 @@ "type": "text", "placeholders": {} }, + "sendBugReports": "Allow sending bug reports with sentry.io", + "@sendBugReports": { + "type": "text", + "placeholders": {} + }, "sendFile": "Send file", "@sendFile": { "type": "text", @@ -1957,8 +1937,8 @@ "type": "text", "placeholders": {} }, - "sendSticker": "Send sticker", - "@sendSticker": { + "sendMessages": "Send messages", + "@sendMessages": { "type": "text", "placeholders": {} }, @@ -1967,6 +1947,11 @@ "type": "text", "placeholders": {} }, + "sendSticker": "Send sticker", + "@sendSticker": { + "type": "text", + "placeholders": {} + }, "sendVideo": "Send video", "@sendVideo": { "type": "text", @@ -2014,6 +1999,11 @@ "senderName": {} } }, + "sentryInfo": "Information about your privacy: https://sentry.io/security/", + "@sentryInfo": { + "type": "text", + "placeholders": {} + }, "sessionVerified": "Session is verified", "@sessionVerified": { "type": "text", @@ -2024,6 +2014,16 @@ "type": "text", "placeholders": {} }, + "setAsCanonicalAlias": "Set as main alias", + "@setAsCanonicalAlias": { + "type": "text", + "placeholders": {} + }, + "setCustomEmotes": "Set custom emotes", + "@setCustomEmotes": { + "type": "text", + "placeholders": {} + }, "setGroupDescription": "Set group description", "@setGroupDescription": { "type": "text", @@ -2034,6 +2034,11 @@ "type": "text", "placeholders": {} }, + "setPermissionsLevel": "Set permissions level", + "@setPermissionsLevel": { + "type": "text", + "placeholders": {} + }, "setStatus": "Set status", "@setStatus": { "type": "text", @@ -2044,16 +2049,63 @@ "type": "text", "placeholders": {} }, + "share": "Share", + "@share": { + "type": "text", + "placeholders": {} + }, + "sharedTheLocation": "{username} shared the location", + "@sharedTheLocation": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "shareLocation": "Share location", + "@shareLocation": { + "type": "text", + "placeholders": {} + }, + "showPassword": "Show password", + "@showPassword": { + "type": "text", + "placeholders": {} + }, "signUp": "Sign up", "@signUp": { "type": "text", "placeholders": {} }, + "singlesignon": "Single Sign on", + "@singlesignon": { + "type": "text", + "placeholders": {} + }, "skip": "Skip", "@skip": { "type": "text", "placeholders": {} }, + "soundVibrationLedColor": "Sound, vibration LED-color", + "@soundVibrationLedColor": { + "type": "text", + "placeholders": {} + }, + "sourceCode": "Source code", + "@sourceCode": { + "type": "text", + "placeholders": {} + }, + "spaceIsPublic": "Space is public", + "@spaceIsPublic": { + "type": "text", + "placeholders": {} + }, + "spaceName": "Space name", + "@spaceName": { + "type": "text", + "placeholders": {} + }, "startedACall": "{senderName} started a call", "@startedACall": { "type": "text", @@ -2061,13 +2113,13 @@ "senderName": {} } }, - "changeTheme": "Change your style", - "@changeTheme": { + "startYourFirstChat": "Start your first chat right now! 🙂\n- Tap on the message button\n- Enter the username of a friend\n- Have fun chatting", + "@startYourFirstChat": { "type": "text", "placeholders": {} }, - "systemTheme": "System", - "@systemTheme": { + "status": "Status", + "@status": { "type": "text", "placeholders": {} }, @@ -2076,78 +2128,6 @@ "type": "text", "placeholders": {} }, - "lightTheme": "Light", - "@lightTheme": { - "type": "text", - "placeholders": {} - }, - "darkTheme": "Dark", - "@darkTheme": { - "type": "text", - "placeholders": {} - }, - "useAmoledTheme": "Use AMOLED compatible colors?", - "@useAmoledTheme": { - "type": "text", - "placeholders": {} - }, - "pleaseEnter4Digits": "Please enter 4 digits or leave empty to disable app lock.", - "@pleaseEnter4Digits": { - "type": "text", - "placeholders": {} - }, - "pleaseChooseAPasscode": "Please choose a pass code", - "@pleaseChooseAPasscode": { - "type": "text", - "placeholders": {} - }, - "appLock": "App lock", - "@appLock": { - "type": "text", - "placeholders": {} - }, - "security": "Security", - "@security": { - "type": "text", - "placeholders": {} - }, - "or": "Or", - "@or": { - "type": "text", - "placeholders": {} - }, - "loginWith": "Sign in with {brand}", - "@loginWith": { - "type": "text", - "placeholders": { - "brand": {} - } - }, - "locationDisabledNotice": "Location services are disabled. Please enable them to be able to share your location.", - "@locationDisabledNotice": { - "type": "text", - "placeholders": {} - }, - "locationPermissionDeniedNotice": "Location permission denied. Please grant them to be able to share your location.", - "@locationPermissionDeniedNotice": { - "type": "text", - "placeholders": {} - }, - "singlesignon": "Single Sign on", - "@singlesignon": { - "type": "text", - "placeholders": {} - }, - "sourceCode": "Source code", - "@sourceCode": { - "type": "text", - "placeholders": {} - }, - "startYourFirstChat": "Start your first chat right now! 🙂\n- Tap on the message button\n- Enter the username of a friend\n- Have fun chatting", - "@startYourFirstChat": { - "type": "text", - "placeholders": {} - }, "submit": "Submit", "@submit": { "type": "text", @@ -2158,13 +2138,18 @@ "type": "text", "placeholders": {} }, - "donate": "Donate", - "@donate": { + "synchronizingPleaseWait": "Synchronizing… Please wait.", + "@synchronizingPleaseWait": { "type": "text", "placeholders": {} }, - "tapToShowMenu": "Tap to show menu", - "@tapToShowMenu": { + "systemTheme": "System", + "@systemTheme": { + "type": "text", + "placeholders": {} + }, + "tapOnDeviceToVerify": "Tap on a device to verifiy", + "@tapOnDeviceToVerify": { "type": "text", "placeholders": {} }, @@ -2173,6 +2158,11 @@ "type": "text", "placeholders": {} }, + "tapToShowMenu": "Tap to show menu", + "@tapToShowMenu": { + "type": "text", + "placeholders": {} + }, "theyDontMatch": "They Don't Match", "@theyDontMatch": { "type": "text", @@ -2224,6 +2214,16 @@ "type": "text", "placeholders": {} }, + "tooManyRequestsWarning": "Too many requests. Please try again later!", + "@tooManyRequestsWarning": { + "type": "text", + "placeholders": {} + }, + "transferFromAnotherDevice": "Transfer from another device", + "@transferFromAnotherDevice": { + "type": "text", + "placeholders": {} + }, "tryToSendAgain": "Try to send again", "@tryToSendAgain": { "type": "text", @@ -2234,6 +2234,11 @@ "type": "text", "placeholders": {} }, + "unavailable": "Unavailable", + "@unavailable": { + "type": "text", + "placeholders": {} + }, "unbannedUser": "{username} unbanned {targetName}", "@unbannedUser": { "type": "text", @@ -2247,11 +2252,6 @@ "type": "text", "placeholders": {} }, - "unmuteChat": "Unmute chat", - "@unmuteChat": { - "type": "text", - "placeholders": {} - }, "unknownDevice": "Unknown device", "@unknownDevice": { "type": "text", @@ -2262,11 +2262,6 @@ "type": "text", "placeholders": {} }, - "unknownSessionVerify": "Unknown session, please verify", - "@unknownSessionVerify": { - "type": "text", - "placeholders": {} - }, "unknownEvent": "Unknown event '{type}'", "@unknownEvent": { "type": "text", @@ -2274,13 +2269,18 @@ "type": {} } }, - "noConnectionToTheServer": "No connection to the server", - "@noConnectionToTheServer": { + "unknownSessionVerify": "Unknown session, please verify", + "@unknownSessionVerify": { "type": "text", "placeholders": {} }, - "tooManyRequestsWarning": "Too many requests. Please try again later!", - "@tooManyRequestsWarning": { + "unlockChatBackup": "Unlock chat backup", + "@unlockChatBackup": { + "type": "text", + "placeholders": {} + }, + "unmuteChat": "Unmute chat", + "@unmuteChat": { "type": "text", "placeholders": {} }, @@ -2289,45 +2289,25 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} unread chats", + "unreadChats": "{unreadCount, plural, other{{unreadCount} unread chats}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} unread messages", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} unread messages}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} unread messages in {unreadChats} chats", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, - "unlockChatBackup": "Unlock chat backup", - "@unlockChatBackup": { + "useAmoledTheme": "Use AMOLED compatible colors?", + "@useAmoledTheme": { "type": "text", "placeholders": {} }, - "yourPublicKey": "Your public key", - "@yourPublicKey": { - "type": "text", - "placeholders": {} - }, - "numUsersTyping": "{count} users are typing…", - "@numUsersTyping": { - "type": "text", - "placeholders": { - "count": {} - } - }, "userAndOthersAreTyping": "{username} and {count} others are typing…", "@userAndOthersAreTyping": { "type": "text", @@ -2344,11 +2324,6 @@ "username2": {} } }, - "username": "Username", - "@username": { - "type": "text", - "placeholders": {} - }, "userIsTyping": "{username} is typing…", "@userIsTyping": { "type": "text", @@ -2356,6 +2331,23 @@ "username": {} } }, + "userLeftTheChat": "{username} left the chat", + "@userLeftTheChat": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "username": "Username", + "@username": { + "type": "text", + "placeholders": {} + }, + "userNotVerified": "User is not verified", + "@userNotVerified": { + "type": "text", + "placeholders": {} + }, "userSentUnknownEvent": "{username} sent a {type} event", "@userSentUnknownEvent": { "type": "text", @@ -2364,6 +2356,26 @@ "type": {} } }, + "userUnknownVerification": "User has an unknown verification status", + "@userUnknownVerification": { + "type": "text", + "placeholders": {} + }, + "userVerified": "User is verified", + "@userVerified": { + "type": "text", + "placeholders": {} + }, + "verified": "Verified", + "@verified": { + "type": "text", + "placeholders": {} + }, + "verifiedSession": "Successfully verified session!", + "@verifiedSession": { + "type": "text", + "placeholders": {} + }, "verify": "Verify", "@verify": { "type": "text", @@ -2374,11 +2386,6 @@ "type": "text", "placeholders": {} }, - "verifiedSession": "Successfully verified session!", - "@verifiedSession": { - "type": "text", - "placeholders": {} - }, "verifyStart": "Start Verification", "@verifyStart": { "type": "text", @@ -2404,6 +2411,11 @@ "type": "text", "placeholders": {} }, + "visibilityOfTheChatHistory": "Visibility of the chat history", + "@visibilityOfTheChatHistory": { + "type": "text", + "placeholders": {} + }, "visibleForAllParticipants": "Visible for all participants", "@visibleForAllParticipants": { "type": "text", @@ -2414,11 +2426,6 @@ "type": "text", "placeholders": {} }, - "visibilityOfTheChatHistory": "Visibility of the chat history", - "@visibilityOfTheChatHistory": { - "type": "text", - "placeholders": {} - }, "voiceMessage": "Voice message", "@voiceMessage": { "type": "text", @@ -2439,13 +2446,13 @@ "type": "text", "placeholders": {} }, - "warning": "Warning!", - "@warning": { + "wallpaper": "Wallpaper", + "@wallpaper": { "type": "text", "placeholders": {} }, - "wallpaper": "Wallpaper", - "@wallpaper": { + "warning": "Warning!", + "@warning": { "type": "text", "placeholders": {} }, @@ -2459,18 +2466,18 @@ "type": "text", "placeholders": {} }, - "weSentYouAnEmail": "We sent you an email", - "@weSentYouAnEmail": { - "type": "text", - "placeholders": {} - }, "welcomeText": "Welcome to the cutest instant messenger in the Matrix network.", "@welcomeText": { "type": "text", "placeholders": {} }, - "withTheseAddressesRecoveryDescription": "With these addresses you can recover your password.", - "@withTheseAddressesRecoveryDescription": { + "weSentYouAnEmail": "We sent you an email", + "@weSentYouAnEmail": { + "type": "text", + "placeholders": {} + }, + "whoCanPerformWhichAction": "Who can perform which action", + "@whoCanPerformWhichAction": { "type": "text", "placeholders": {} }, @@ -2479,28 +2486,8 @@ "type": "text", "placeholders": {} }, - "audioPlayerPause": "Pause", - "@audioPlayerPause": { - "type": "text", - "placeholders": {} - }, - "audioPlayerPlay": "Play", - "@audioPlayerPlay": { - "type": "text", - "placeholders": {} - }, - "userVerified": "User is verified", - "@userVerified": { - "type": "text", - "placeholders": {} - }, - "userNotVerified": "User is not verified", - "@userNotVerified": { - "type": "text", - "placeholders": {} - }, - "fontSize": "Font size", - "@fontSize": { + "whyDoYouWantToReportThis": "Why do you want to report this?", + "@whyDoYouWantToReportThis": { "type": "text", "placeholders": {} }, @@ -2509,13 +2496,8 @@ "type": "text", "placeholders": {} }, - "userUnknownVerification": "User has an unknown verification status", - "@userUnknownVerification": { - "type": "text", - "placeholders": {} - }, - "clearText": "Clear text", - "@clearText": { + "withTheseAddressesRecoveryDescription": "With these addresses you can recover your password.", + "@withTheseAddressesRecoveryDescription": { "type": "text", "placeholders": {} }, @@ -2554,26 +2536,36 @@ "type": "text", "placeholders": {} }, + "yourChatsAreBeingSynced": "Your chats are being synced…", + "@yourChatsAreBeingSynced": { + "type": "text", + "placeholders": {} + }, "yourOwnUsername": "Your own username", "@yourOwnUsername": { "type": "text", "placeholders": {} }, - "saveFile": "Save file", - "@saveFile": { + "yourPublicKey": "Your public key", + "@yourPublicKey": { "type": "text", "placeholders": {} }, - "saveFileToFolder": "Save file to this folder", - "@saveFileToFolder": { - "type": "text", - "placeholders": {} - }, - "savedFileAs": "Saved file as {filename}", - "@savedFileAs": { + "youWillBeConnectedTo": "You will be connected to {homeserver}", + "@youWillBeConnectedTo": { "type": "text", "placeholders": { - "filename": {} + "homeserver": {} } + }, + "zoomIn": "Zoom in", + "@zoomIn": { + "type": "text", + "placeholders": {} + }, + "zoomOut": "Zoom out", + "@zoomOut": { + "type": "text", + "placeholders": {} } } diff --git a/assets/l10n/intl_eo.arb b/assets/l10n/intl_eo.arb index ec80291f..36b558ca 100644 --- a/assets/l10n/intl_eo.arb +++ b/assets/l10n/intl_eo.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.807738", + "@@last_modified": "2021-08-14 12:41:10.107750", "about": "Prio", "@about": { "type": "text", @@ -1846,7 +1846,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Vidita de {username} kaj {count} aliaj", + "seenByUserAndCountOthers": "{count, plural, other{Vidita de {username} kaj {count} aliaj}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2244,28 +2244,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} nelegitaj babiloj", + "unreadChats": "{unreadCount, plural, other{{unreadCount} nelegitaj babiloj}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} nelegitaj mesaĝoj", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} nelegitaj mesaĝoj}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} nelegitaj mesaĝoj en {unreadChats} babiloj", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Ĉu uzi kolorojn adaptitajn por AMOLED?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_es.arb b/assets/l10n/intl_es.arb index 9157c13b..4e79929b 100644 --- a/assets/l10n/intl_es.arb +++ b/assets/l10n/intl_es.arb @@ -1,6 +1,6 @@ { "@@locale": "es", - "@@last_modified": "2021-08-14 12:06:11.790766", + "@@last_modified": "2021-08-14 12:41:10.097243", "about": "Acerca de", "@about": { "type": "text", @@ -1373,7 +1373,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Visto por {username} y {count} más", + "seenByUserAndCountOthers": "{count, plural, other{Visto por {username} y {count} más}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -1686,28 +1686,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} chats no leídos", + "unreadChats": "{unreadCount, plural, other{{unreadCount} chats no leídos}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} mensajes no leídos", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} mensajes no leídos}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} mensajes no leídos en {unreadChats} chats", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "¿Usar colores compatibles con AMOLED?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_et.arb b/assets/l10n/intl_et.arb index ed7b3b3f..30954cba 100644 --- a/assets/l10n/intl_et.arb +++ b/assets/l10n/intl_et.arb @@ -1,6 +1,6 @@ { "@@locale": "et", - "@@last_modified": "2021-08-14 12:06:11.772809", + "@@last_modified": "2021-08-14 12:41:10.079944", "about": "Rakenduse teave", "@about": { "type": "text", @@ -1880,7 +1880,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Sõnumit nägid {username} ja veel {count} kasutajat", + "seenByUserAndCountOthers": "{count, plural, other{Sõnumit nägid {username} ja veel {count} kasutajat}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2282,28 +2282,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} lugemata vestlus(t)", + "unreadChats": "{unreadCount, plural, other{{unreadCount} lugemata vestlus(t)}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} lugemata sõnum(it)", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} lugemata sõnum(it)}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} lugemata sõnum(it) {unreadChats} vestluses", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Kas kasutame AMOLED-tehnoloogiaga ühilduvaid värve?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_eu.arb b/assets/l10n/intl_eu.arb index 3719da7b..e9474801 100644 --- a/assets/l10n/intl_eu.arb +++ b/assets/l10n/intl_eu.arb @@ -1,6 +1,6 @@ { "@@locale": "eu", - "@@last_modified": "2021-08-14 12:06:11.763625", + "@@last_modified": "2021-08-14 12:41:10.062383", "about": "Honi buruz", "@about": { "type": "text", @@ -1158,14 +1158,6 @@ "username": {} } }, - "seenByUserAndCountOthers": "", - "@seenByUserAndCountOthers": { - "type": "text", - "placeholders": { - "username": {}, - "count": {} - } - }, "seenByUserAndUser": "", "@seenByUserAndUser": { "type": "text", @@ -1446,28 +1438,6 @@ "type": "text", "placeholders": {} }, - "unreadChats": "", - "@unreadChats": { - "type": "text", - "placeholders": { - "unreadCount": {} - } - }, - "unreadMessages": "", - "@unreadMessages": { - "type": "text", - "placeholders": { - "unreadEvents": {} - } - }, - "unreadMessagesInChats": "", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_fa.arb b/assets/l10n/intl_fa.arb index 0ef95e30..e0cd16a5 100644 --- a/assets/l10n/intl_fa.arb +++ b/assets/l10n/intl_fa.arb @@ -1,3 +1,3 @@ { - "@@last_modified": "2021-08-14 12:06:11.756777" + "@@last_modified": "2021-08-14 12:41:10.061080" } \ No newline at end of file diff --git a/assets/l10n/intl_fr.arb b/assets/l10n/intl_fr.arb index c8381976..f2666ad0 100644 --- a/assets/l10n/intl_fr.arb +++ b/assets/l10n/intl_fr.arb @@ -1,6 +1,6 @@ { "@@locale": "fr", - "@@last_modified": "2021-08-14 12:06:11.741294", + "@@last_modified": "2021-08-14 12:41:10.051787", "about": "À propos", "@about": { "type": "text", @@ -1889,7 +1889,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Vu par {username} et {count} autres", + "seenByUserAndCountOthers": "{count, plural, other{Vu par {username} et {count} autres}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2291,28 +2291,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} discussions non lues", + "unreadChats": "{unreadCount, plural, other{{unreadCount} discussions non lues}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} messages non lus", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} messages non lus}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} messages non lus dans {unreadChats} discussions", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Utiliser des couleurs compatibles AMOLED ?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_gl.arb b/assets/l10n/intl_gl.arb index faf97da6..615cd52b 100644 --- a/assets/l10n/intl_gl.arb +++ b/assets/l10n/intl_gl.arb @@ -1,6 +1,6 @@ { "@@locale": "gl", - "@@last_modified": "2021-08-14 12:06:11.719837", + "@@last_modified": "2021-08-14 12:41:10.040321", "about": "Acerca de", "@about": { "type": "text", @@ -1880,7 +1880,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Visto por {username} e {count} outras", + "seenByUserAndCountOthers": "{count, plural, other{Visto por {username} e {count} outras}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2282,28 +2282,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} chats non lidos", + "unreadChats": "{unreadCount, plural, other{{unreadCount} chats non lidos}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} mensaxes non lidas", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} mensaxes non lidas}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} mensaxes non lidas en {unreadChats} conversas", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "¿Usar cores compatibles con AMOLED?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_he.arb b/assets/l10n/intl_he.arb index 8a81a6de..4561d962 100644 --- a/assets/l10n/intl_he.arb +++ b/assets/l10n/intl_he.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.713249", + "@@last_modified": "2021-08-14 12:41:10.036931", "about": "אודות", "@about": { "type": "text", diff --git a/assets/l10n/intl_hr.arb b/assets/l10n/intl_hr.arb index 99aaf607..5cdcb680 100644 --- a/assets/l10n/intl_hr.arb +++ b/assets/l10n/intl_hr.arb @@ -1,6 +1,6 @@ { "@@locale": "hr", - "@@last_modified": "2021-08-14 12:06:11.683939", + "@@last_modified": "2021-08-14 12:41:10.025984", "about": "Informacije", "@about": { "type": "text", @@ -1835,7 +1835,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Viđeno od {username} i još {count} korisnika", + "seenByUserAndCountOthers": "{count, plural, other{Viđeno od {username} i još {count} korisnika}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2232,28 +2232,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} nepročitana chata", + "unreadChats": "{unreadCount, plural, other{{unreadCount} nepročitana chata}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} nepročitane poruke", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} nepročitane poruke}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} nepročitane poruke u {unreadChats} chata", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Koristiti kompatibilne boje AMOLED-a?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_hu.arb b/assets/l10n/intl_hu.arb index 43515825..887beca8 100644 --- a/assets/l10n/intl_hu.arb +++ b/assets/l10n/intl_hu.arb @@ -1,6 +1,6 @@ { "@@locale": "hu", - "@@last_modified": "2021-08-14 12:06:11.663361", + "@@last_modified": "2021-08-14 12:41:10.016566", "about": "Névjegy", "@about": { "type": "text", @@ -1238,7 +1238,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "{username} és {count} másik résztvevő látta", + "seenByUserAndCountOthers": "{count, plural, other{{username} és {count} másik résztvevő látta}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -1531,28 +1531,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} olvasatlan csevegés", + "unreadChats": "{unreadCount, plural, other{{unreadCount} olvasatlan csevegés}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} olvasatlan üzenet", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} olvasatlan üzenet}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} olvasatlan üzenet {unreadChats} csevegésben", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "AMOLED kompatibilis színek használata?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_hy.arb b/assets/l10n/intl_hy.arb index ff5f4bc9..72d95068 100644 --- a/assets/l10n/intl_hy.arb +++ b/assets/l10n/intl_hy.arb @@ -1,6 +1,6 @@ { "@@locale": "hy", - "@@last_modified": "2021-08-14 12:06:11.654188", + "@@last_modified": "2021-08-14 12:41:10.006533", "about": "Հավելվածի մասին", "@about": { "type": "text", @@ -1124,14 +1124,6 @@ "username": {} } }, - "seenByUserAndCountOthers": "", - "@seenByUserAndCountOthers": { - "type": "text", - "placeholders": { - "username": {}, - "count": {} - } - }, "seenByUserAndUser": "", "@seenByUserAndUser": { "type": "text", @@ -1368,28 +1360,6 @@ "type": "text", "placeholders": {} }, - "unreadChats": "", - "@unreadChats": { - "type": "text", - "placeholders": { - "unreadCount": {} - } - }, - "unreadMessages": "", - "@unreadMessages": { - "type": "text", - "placeholders": { - "unreadEvents": {} - } - }, - "unreadMessagesInChats": "", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_id.arb b/assets/l10n/intl_id.arb index 60cde5ad..6f68d888 100644 --- a/assets/l10n/intl_id.arb +++ b/assets/l10n/intl_id.arb @@ -1,3 +1,3 @@ { - "@@last_modified": "2021-08-14 12:06:11.651512" + "@@last_modified": "2021-08-14 12:41:10.002360" } \ No newline at end of file diff --git a/assets/l10n/intl_it.arb b/assets/l10n/intl_it.arb index 19a49ae4..810379f8 100644 --- a/assets/l10n/intl_it.arb +++ b/assets/l10n/intl_it.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.636132", + "@@last_modified": "2021-08-14 12:41:09.992206", "about": "Informazioni", "@about": { "type": "text", @@ -1647,7 +1647,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Visto da {username} e {count} altri", + "seenByUserAndCountOthers": "{count, plural, other{Visto da {username} e {count} altri}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2005,28 +2005,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} discussioni non lette", + "unreadChats": "{unreadCount, plural, other{{unreadCount} discussioni non lette}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} messaggi non letti", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} messaggi non letti}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} messaggi non letti in {unreadChats} discussioni", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Usare i colori compatibili con AMOLED?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_ja.arb b/assets/l10n/intl_ja.arb index 2e759c78..92d69102 100644 --- a/assets/l10n/intl_ja.arb +++ b/assets/l10n/intl_ja.arb @@ -1,6 +1,6 @@ { "@@locale": "ja", - "@@last_modified": "2021-08-14 12:06:11.620131", + "@@last_modified": "2021-08-14 12:41:09.978060", "about": "このアプリについて", "@about": { "type": "text", @@ -1670,7 +1670,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "{username}と他{count}名が既読", + "seenByUserAndCountOthers": "{count, plural, other{{username}と他{count}名が既読}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2033,28 +2033,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount}の未読メッセージ", + "unreadChats": "{unreadCount, plural, other{{unreadCount}の未読メッセージ}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents}件の未読メッセージ", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents}件の未読メッセージ}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadChats}で{unreadEvents}件の未読メッセージ", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "有機EL(AMOLED)対応の色にしますか?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_ko.arb b/assets/l10n/intl_ko.arb index b9e2aad3..1e5f59ee 100644 --- a/assets/l10n/intl_ko.arb +++ b/assets/l10n/intl_ko.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.617299", + "@@last_modified": "2021-08-14 12:41:09.975135", "about": "소개", "@about": { "type": "text", diff --git a/assets/l10n/intl_nb.arb b/assets/l10n/intl_nb.arb index 1f3beca5..a44196ef 100644 --- a/assets/l10n/intl_nb.arb +++ b/assets/l10n/intl_nb.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.604489", + "@@last_modified": "2021-08-14 12:41:09.967351", "about": "Om", "@about": { "type": "text", @@ -1544,7 +1544,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Sett av {username} og {count} andre", + "seenByUserAndCountOthers": "{count, plural, other{Sett av {username} og {count} andre}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -1862,28 +1862,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} uleste sludringer", + "unreadChats": "{unreadCount, plural, other{{unreadCount} uleste sludringer}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} uleste meldinger", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} uleste meldinger}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} uleste meldinger i {unreadChats} sludringer", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Bruk AMOLED-kompatible farger?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_nl.arb b/assets/l10n/intl_nl.arb index 486aa1ca..91593813 100644 --- a/assets/l10n/intl_nl.arb +++ b/assets/l10n/intl_nl.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.584659", + "@@last_modified": "2021-08-14 12:41:09.955292", "about": "Over", "@about": { "type": "text", @@ -1888,7 +1888,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Gezien door {username} en {count} anderen", + "seenByUserAndCountOthers": "{count, plural, other{Gezien door {username} en {count} anderen}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2290,28 +2290,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} ongelezen chats", + "unreadChats": "{unreadCount, plural, other{{unreadCount} ongelezen chats}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} ongelezen berichten", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} ongelezen berichten}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} ongelezen berichten in {unreadChats} chats", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "AMOLED-compatibele kleuren gebruiken?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_pl.arb b/assets/l10n/intl_pl.arb index abdc3dd7..2bcd52f3 100644 --- a/assets/l10n/intl_pl.arb +++ b/assets/l10n/intl_pl.arb @@ -1,6 +1,6 @@ { "@@locale": "pl", - "@@last_modified": "2021-08-14 12:06:11.567300", + "@@last_modified": "2021-08-14 12:41:09.943634", "about": "O nas", "@about": { "type": "text", @@ -1467,7 +1467,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Zobaczone przez {username} oraz {count} innych", + "seenByUserAndCountOthers": "{count, plural, other{Zobaczone przez {username} oraz {count} innych}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -1706,28 +1706,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} nieprzeczytanych czatów", + "unreadChats": "{unreadCount, plural, other{{unreadCount} nieprzeczytanych czatów}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} nieprzeczytanych wiadomości", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} nieprzeczytanych wiadomości}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} nieprzeczytanych wiadomości w {unreadChats} czatach", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Użyć kolorów kompatybilnych z ekranami AMOLED?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_pt.arb b/assets/l10n/intl_pt.arb index 5db35723..8246d814 100644 --- a/assets/l10n/intl_pt.arb +++ b/assets/l10n/intl_pt.arb @@ -1,3 +1,3 @@ { - "@@last_modified": "2021-08-14 12:06:11.560672" + "@@last_modified": "2021-08-14 12:41:09.940318" } \ No newline at end of file diff --git a/assets/l10n/intl_pt_BR.arb b/assets/l10n/intl_pt_BR.arb index 836e25bf..931dc52c 100644 --- a/assets/l10n/intl_pt_BR.arb +++ b/assets/l10n/intl_pt_BR.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.543374", + "@@last_modified": "2021-08-14 12:41:09.925971", "about": "Sobre", "@about": { "type": "text", @@ -1879,7 +1879,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Visto por {username} e mais {count} pessoas", + "seenByUserAndCountOthers": "{count, plural, other{Visto por {username} e mais {count} pessoas}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2281,28 +2281,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} conversas não lidas", + "unreadChats": "{unreadCount, plural, other{{unreadCount} conversas não lidas}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} mensagens não lidas", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} mensagens não lidas}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} mensagens não lidas em {unreadChats} conversas", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Usar cores compatíveis com AMOLED?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_ro.arb b/assets/l10n/intl_ro.arb index 214af565..95675dda 100644 --- a/assets/l10n/intl_ro.arb +++ b/assets/l10n/intl_ro.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.536872", + "@@last_modified": "2021-08-14 12:41:09.918296", "about": "Despre", "@about": { "type": "text", diff --git a/assets/l10n/intl_ru.arb b/assets/l10n/intl_ru.arb index 8eb90bb2..69b9c759 100644 --- a/assets/l10n/intl_ru.arb +++ b/assets/l10n/intl_ru.arb @@ -1,6 +1,6 @@ { "@@locale": "ru", - "@@last_modified": "2021-08-14 12:06:11.510762", + "@@last_modified": "2021-08-14 12:41:09.903021", "about": "О приложении", "@about": { "type": "text", @@ -1880,7 +1880,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Просмотрено пользователями {username} и {count} другими", + "seenByUserAndCountOthers": "{count, plural, other{Просмотрено пользователями {username} и {count} другими}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2282,28 +2282,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} непрочитанных чата(ов)", + "unreadChats": "{unreadCount, plural, other{{unreadCount} непрочитанных чата(ов)}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} непрочитанных сообщения(ий)", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} непрочитанных сообщения(ий)}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} непрочитанное(ых) сообщение(ий) в {unreadChats} чате(ах)", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Использовать цвета, совместимые с AMOLED?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_si.arb b/assets/l10n/intl_si.arb index ba711545..049e6b91 100644 --- a/assets/l10n/intl_si.arb +++ b/assets/l10n/intl_si.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.502278", + "@@last_modified": "2021-08-14 12:41:09.895217", "about": "පිළිබඳව", "@about": { "type": "text", diff --git a/assets/l10n/intl_sk.arb b/assets/l10n/intl_sk.arb index 03f4fd0e..26364abf 100644 --- a/assets/l10n/intl_sk.arb +++ b/assets/l10n/intl_sk.arb @@ -1,6 +1,6 @@ { "@@locale": "sk", - "@@last_modified": "2021-08-14 12:06:11.489636", + "@@last_modified": "2021-08-14 12:41:09.879987", "about": "O aplikácii", "@about": { "type": "text", @@ -1124,7 +1124,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Videné užívateľom {username} a {count} dalšími", + "seenByUserAndCountOthers": "{count, plural, other{Videné užívateľom {username} a {count} dalšími}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -1368,28 +1368,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} neprečítaných chatov", + "unreadChats": "{unreadCount, plural, other{{unreadCount} neprečítaných chatov}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} neprečítaných správ", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} neprečítaných správ}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} neprečítaných správ v {unreadChats} chatoch", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Použiť AMOLED kompatibilné farby?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_sr.arb b/assets/l10n/intl_sr.arb index 8deaa303..85f62172 100644 --- a/assets/l10n/intl_sr.arb +++ b/assets/l10n/intl_sr.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.463128", + "@@last_modified": "2021-08-14 12:41:09.857024", "about": "О програму", "@about": { "type": "text", @@ -1764,7 +1764,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "{username} прегледа и {count} осталих", + "seenByUserAndCountOthers": "{count, plural, other{{username} прегледа и {count} осталих}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2132,28 +2132,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "непрочитаних ћаскања: {unreadCount}", + "unreadChats": "{unreadCount, plural, other{непрочитаних ћаскања: {unreadCount}}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "непрочитаних порука: {unreadEvents}", + "unreadMessages": "{unreadEvents, plural, other{непрочитаних порука: {unreadEvents}}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "непрочитаних порука {unreadEvents} у {unreadChats} ћаскања", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Користити боје за АМОЛЕД?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_sv.arb b/assets/l10n/intl_sv.arb index 3cf635f8..a7e6dfc1 100644 --- a/assets/l10n/intl_sv.arb +++ b/assets/l10n/intl_sv.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.436593", + "@@last_modified": "2021-08-14 12:41:09.835634", "about": "Om Fluffychat", "@about": { "type": "text", @@ -1522,7 +1522,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "Sedd av {username} och {count} andra", + "seenByUserAndCountOthers": "{count, plural, other{Sedd av {username} och {count} andra}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -1860,28 +1860,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} olästa chattar", + "unreadChats": "{unreadCount, plural, other{{unreadCount} olästa chattar}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} olästa meddelanden", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} olästa meddelanden}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadEvents} olästa meddelanden i {unreadChats} chattar", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "Använd AMOLED kompatibla färger?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_ta.arb b/assets/l10n/intl_ta.arb index b4eb2172..813dc26d 100644 --- a/assets/l10n/intl_ta.arb +++ b/assets/l10n/intl_ta.arb @@ -1,3 +1,3 @@ { - "@@last_modified": "2021-08-14 12:06:11.429226" + "@@last_modified": "2021-08-14 12:41:09.826673" } \ No newline at end of file diff --git a/assets/l10n/intl_tr.arb b/assets/l10n/intl_tr.arb index 49d03271..2e6d930f 100644 --- a/assets/l10n/intl_tr.arb +++ b/assets/l10n/intl_tr.arb @@ -1,6 +1,6 @@ { "@@locale": "tr", - "@@last_modified": "2021-08-14 12:06:11.404006", + "@@last_modified": "2021-08-14 12:41:09.803728", "about": "Hakkında", "@about": { "type": "text", @@ -1889,7 +1889,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "{username} ve {count} diğerleri tarafından görüldü", + "seenByUserAndCountOthers": "{count, plural, other{{username} ve {count} diğerleri tarafından görüldü}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2291,28 +2291,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} okunmamış sohbet", + "unreadChats": "{unreadCount, plural, other{{unreadCount} okunmamış sohbet}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} okunmamış mesaj", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} okunmamış mesaj}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "{unreadChats} sohbetten {unreadEvents} okunmamış mesaj", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "AMOLED ile uyumlu renkler kullanılsın mı?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_uk.arb b/assets/l10n/intl_uk.arb index 3ede1758..e80e9fca 100644 --- a/assets/l10n/intl_uk.arb +++ b/assets/l10n/intl_uk.arb @@ -1,6 +1,6 @@ { "@@locale": "uk", - "@@last_modified": "2021-08-14 12:06:11.379320", + "@@last_modified": "2021-08-14 12:41:09.790615", "about": "Про програму", "@about": { "type": "text", @@ -1138,14 +1138,6 @@ "username": {} } }, - "seenByUserAndCountOthers": "", - "@seenByUserAndCountOthers": { - "type": "text", - "placeholders": { - "username": {}, - "count": {} - } - }, "seenByUserAndUser": "", "@seenByUserAndUser": { "type": "text", @@ -1382,28 +1374,6 @@ "type": "text", "placeholders": {} }, - "unreadChats": "", - "@unreadChats": { - "type": "text", - "placeholders": { - "unreadCount": {} - } - }, - "unreadMessages": "", - "@unreadMessages": { - "type": "text", - "placeholders": { - "unreadEvents": {} - } - }, - "unreadMessagesInChats": "", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_vi.arb b/assets/l10n/intl_vi.arb index 52dd1d60..8ba72e82 100644 --- a/assets/l10n/intl_vi.arb +++ b/assets/l10n/intl_vi.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.363888", + "@@last_modified": "2021-08-14 12:41:09.781172", "about": "Giới thiệu", "@about": { "type": "text", diff --git a/assets/l10n/intl_zh.arb b/assets/l10n/intl_zh.arb index e57a518e..8ba610ae 100644 --- a/assets/l10n/intl_zh.arb +++ b/assets/l10n/intl_zh.arb @@ -1,6 +1,6 @@ { "@@locale": "zh", - "@@last_modified": "2021-08-14 12:06:11.342477", + "@@last_modified": "2021-08-14 12:41:09.767805", "about": "关于", "@about": { "type": "text", @@ -1811,7 +1811,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "被 {username} 和 {count} 个其他人看见", + "seenByUserAndCountOthers": "{count, plural, other{被 {username} 和 {count} 个其他人看见}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -2198,28 +2198,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount} 个未读聊天", + "unreadChats": "{unreadCount, plural, other{{unreadCount} 个未读聊天}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents} 条未读消息", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} 条未读消息}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "来自 {unreadChats} 个聊天的 {unreadEvents} 条未读消息", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "使用适合 AMOLED 屏的颜色?", "@useAmoledTheme": { "type": "text", diff --git a/assets/l10n/intl_zh_Hant.arb b/assets/l10n/intl_zh_Hant.arb index 12d317e1..d5d484a7 100644 --- a/assets/l10n/intl_zh_Hant.arb +++ b/assets/l10n/intl_zh_Hant.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2021-08-14 12:06:11.255136", + "@@last_modified": "2021-08-14 12:41:09.708353", "about": "關於", "@about": { "type": "text", @@ -1622,7 +1622,7 @@ "username": {} } }, - "seenByUserAndCountOthers": "{username}和其他{count}個人已讀", + "seenByUserAndCountOthers": "{count, plural, other{{username}和其他{count}個人已讀}}", "@seenByUserAndCountOthers": { "type": "text", "placeholders": { @@ -1980,28 +1980,20 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount}個未讀聊天室", + "unreadChats": "{unreadCount, plural, other{{unreadCount}個未讀聊天室}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents}個未讀訊息", + "unreadMessages": "{unreadEvents, plural, other{{unreadEvents}個未讀訊息}}", "@unreadMessages": { "type": "text", "placeholders": { "unreadEvents": {} } }, - "unreadMessagesInChats": "來自{unreadChats}聊天室的{unreadEvents}個未讀訊息", - "@unreadMessagesInChats": { - "type": "text", - "placeholders": { - "unreadEvents": {}, - "unreadChats": {} - } - }, "useAmoledTheme": "使用適合AMOLED螢幕的顏色?", "@useAmoledTheme": { "type": "text", diff --git a/lib/utils/background_push.dart b/lib/utils/background_push.dart index 9d5266c6..91f02b13 100644 --- a/lib/utils/background_push.dart +++ b/lib/utils/background_push.dart @@ -591,7 +591,7 @@ class BackgroundPush { client.rooms.forEach((Room room) => unreadEvents += room.notificationCount); // Calculate title - final title = l10n.unreadMessages(room.notificationCount.toString()); + final title = l10n.unreadMessages(room.notificationCount); // Calculate the body final body = event?.getLocalizedBody( @@ -671,7 +671,7 @@ class BackgroundPush { android: androidPlatformChannelSpecifics, iOS: iOSPlatformChannelSpecifics, ); - final title = l10n.unreadChats(unread.toString()); + final title = l10n.unreadChats(unread); await _flutterLocalNotificationsPlugin.show( await mapRoomIdToInt(roomId), title, diff --git a/lib/utils/room_status_extension.dart b/lib/utils/room_status_extension.dart index 8d64db8d..ede8ba0a 100644 --- a/lib/utils/room_status_extension.dart +++ b/lib/utils/room_status_extension.dart @@ -92,8 +92,7 @@ extension RoomStatusExtension on Room { lastReceipts.last.calcDisplayname()); } else if (lastReceipts.length > 2) { seenByText = L10n.of(context).seenByUserAndCountOthers( - lastReceipts.first.calcDisplayname(), - (lastReceipts.length - 1).toString()); + lastReceipts.first.calcDisplayname(), lastReceipts.length - 1); } } return seenByText;