refactor: Update arb file types

This commit is contained in:
Krille 2025-02-14 08:28:47 +01:00
parent aad2c9af99
commit 25872eeb26
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
55 changed files with 43323 additions and 31730 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@
"@notAnImage": {},
"remove": "Remover",
"@remove": {
"type": "text",
"type": "String",
"placeholders": {}
},
"importEmojis": "Importar emojis",
@ -20,36 +20,40 @@
"@replace": {},
"about": "A proposito de",
"@about": {
"type": "text",
"type": "String",
"placeholders": {}
},
"accept": "Acceptar",
"@accept": {
"type": "text",
"type": "String",
"placeholders": {}
},
"acceptedTheInvitation": "👍 {username} acceptava tu invitation",
"@acceptedTheInvitation": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"account": "Conto",
"@account": {
"type": "text",
"type": "String",
"placeholders": {}
},
"addEmail": "Adder email",
"@addEmail": {
"type": "text",
"type": "String",
"placeholders": {}
},
"supposedMxid": "Isto deberea esser {mxid}",
"@supposedMxid": {
"type": "text",
"type": "String",
"placeholders": {
"mxid": {}
"mxid": {
"type": "String"
}
}
},
"@custom": {}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"alias": "მეტსახელი",
"@alias": {
"type": "text",
"type": "String",
"placeholders": {}
},
"appLockDescription": "პინკოდის გამოყენების გარეშე აპლიკაციის ბლოკირება",
@ -10,208 +10,234 @@
"@commandHint_hug": {},
"areYouSure": "დარწმუნებული ხართ?",
"@areYouSure": {
"type": "text",
"type": "String",
"placeholders": {}
},
"areYouSureYouWantToLogout": "დარწმუნებული ხართ, რომ გამოსვლა გსურთ?",
"@areYouSureYouWantToLogout": {
"type": "text",
"type": "String",
"placeholders": {}
},
"hugContent": "{senderName} მეგობრულად გეხუტება",
"@hugContent": {
"type": "text",
"type": "String",
"placeholders": {
"senderName": {}
"senderName": {
"type": "String"
}
}
},
"askSSSSSign": "სხვა მომხმარებლის დადასტურებლად, გთხოვთ, ჩაწეროთ თქვენი ან საიდუმლო ფრაზა, ან აღდგენის გასაღები.",
"@askSSSSSign": {
"type": "text",
"type": "String",
"placeholders": {}
},
"autoplayImages": "ანიმირებული სტიკერებისა და ემოჯების ავტომატური ჩართვა",
"@autoplayImages": {
"type": "text",
"type": "String",
"placeholder": {}
},
"banFromChat": "ჩატიდან გაგდება და ბლოკირება",
"@banFromChat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"banned": "დაბლოკილია",
"@banned": {
"type": "text",
"type": "String",
"placeholders": {}
},
"badServerLoginTypesException": "ამ სერვერს აქვს შესვლის მეთოდების მხარდაჭერა:\n{serverVersions}\nმაგრამ ამ აპლიკაციას აქვს მხარდაჭერა მხოლოდ:\n{supportedVersions}",
"@badServerLoginTypesException": {
"type": "text",
"type": "String",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
"serverVersions": {
"type": "String"
},
"supportedVersions": {
"type": "String"
}
}
},
"sendOnEnter": "გაგზავნა enter-ის დაჭერისას",
"@sendOnEnter": {},
"bannedUser": "{username} დაბლოკა {targetName}",
"@bannedUser": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"targetName": {}
"username": {
"type": "String"
},
"targetName": {
"type": "String"
}
}
},
"blockDevice": "მოწყობილების ბლოკირება",
"@blockDevice": {
"type": "text",
"type": "String",
"placeholders": {}
},
"blocked": "დაბლოკილია",
"@blocked": {
"type": "text",
"type": "String",
"placeholders": {}
},
"botMessages": "ბოტის შეტყობინებები",
"@botMessages": {
"type": "text",
"type": "String",
"placeholders": {}
},
"cancel": "გაუქმება",
"@cancel": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changedTheHistoryVisibilityTo": "{username} შეცვალა ისტორიის ხილვადობა: {rules}",
"@changedTheHistoryVisibilityTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"rules": {}
"username": {
"type": "String"
},
"rules": {
"type": "String"
}
}
},
"changedTheJoinRules": "{username} გაწევრიანების წესები შეცვალა",
"@changedTheJoinRules": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheProfileAvatar": "{username} შეცვალა პროფილის ფოტო",
"@changedTheProfileAvatar": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"chat": "ჩატი",
"@chat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeYourAvatar": "პროფილის ფოტოს შეცვლა",
"@changeYourAvatar": {
"type": "text",
"type": "String",
"placeholders": {}
},
"yourChatBackupHasBeenSetUp": "თქვენი ჩატის სარეზერვო საშუალება კონფიგურირებული იქნა.",
"@yourChatBackupHasBeenSetUp": {},
"channelCorruptedDecryptError": "დაშიფვრა დაზიანდა",
"@channelCorruptedDecryptError": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatBackupDescription": "თქვენი ძველი შეტყობინებები დაცულია აღდგების გასაღებით. არ დაკარგოთ ის.",
"@chatBackupDescription": {
"type": "text",
"type": "String",
"placeholders": {}
},
"commandHint_discardsession": "სესიის გაუქმება",
"@commandHint_discardsession": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /discardsession"
},
"commandHint_invite": "მოცემული მომხმარებლის მოწვევა ამ ოთახში",
"@commandHint_invite": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /invite"
},
"commandHint_plain": "არაფორმატირებული ტექსტის გაგზავნა",
"@commandHint_plain": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /plain"
},
"commandHint_send": "ტექსტის გაგზავნა",
"@commandHint_send": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /send"
},
"commandMissing": "{command} არაა ბრძანება.",
"@commandMissing": {
"type": "text",
"type": "String",
"placeholders": {
"command": {}
"command": {
"type": "String"
}
},
"description": "State that {command} is not a valid /command."
},
"confirm": "დადასტურება",
"@confirm": {
"type": "text",
"type": "String",
"placeholders": {}
},
"connect": "დაკავშირება",
"@connect": {
"type": "text",
"type": "String",
"placeholders": {}
},
"countParticipants": "{count} მონაწილე",
"@countParticipants": {
"type": "text",
"type": "String",
"placeholders": {
"count": {}
"count": {
"type": "int"
}
}
},
"createGroup": "ჯგუფის შექმნა",
"@createGroup": {},
"deactivateAccountWarning": "ეს გააუქმებს თქვენს ანგარიშს. ამის გაუქმება შეუძლებელია. დარწმუნებული ხართ?",
"@deactivateAccountWarning": {
"type": "text",
"type": "String",
"placeholders": {}
},
"devices": "მოწყობილებები",
"@devices": {
"type": "text",
"type": "String",
"placeholders": {}
},
"darkTheme": "ბნელი",
"@darkTheme": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatPermissions": "ჩატის უფლებები",
"@chatPermissions": {},
"dateAndTimeOfDay": "{date}, {timeOfDay}",
"@dateAndTimeOfDay": {
"type": "text",
"type": "String",
"placeholders": {
"date": {},
"timeOfDay": {}
"date": {
"type": "String"
},
"timeOfDay": {
"type": "String"
}
}
},
"editRoomAliases": "ოთახის მეტსახელების შეცვლა",
"@editRoomAliases": {
"type": "text",
"type": "String",
"placeholders": {}
},
"emoteExists": "ეს ემოცია უკვე არსებობს!",
"@emoteExists": {
"type": "text",
"type": "String",
"placeholders": {}
},
"emoteInvalid": "ემოციის არასწორი მოკლე კოდი!",
"@emoteInvalid": {
"type": "text",
"type": "String",
"placeholders": {}
},
"importNow": "იმპორტი",
@ -226,24 +252,26 @@
"@replace": {},
"accept": "თანხმობა",
"@accept": {
"type": "text",
"type": "String",
"placeholders": {}
},
"acceptedTheInvitation": "👍 {username} მიიღო მოწვევა",
"@acceptedTheInvitation": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"account": "ანგარიში",
"@account": {
"type": "text",
"type": "String",
"placeholders": {}
},
"addEmail": "ელ.ფოსტის დამატება",
"@addEmail": {
"type": "text",
"type": "String",
"placeholders": {}
},
"confirmMatrixId": "გთხოვთ, დაადასტუროთ თქვენი Matrix ID ანგარიშის წაშლისათვის.",
@ -254,393 +282,445 @@
"@addToSpace": {},
"admin": "ადმინი",
"@admin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"all": "ყველა",
"@all": {
"type": "text",
"type": "String",
"placeholders": {}
},
"allChats": "ყველა ჩატი",
"@allChats": {
"type": "text",
"type": "String",
"placeholders": {}
},
"commandHint_cuddle": "ჩახუტების გაგზავნა",
"@commandHint_cuddle": {},
"answeredTheCall": "{senderName} უპასუხა ზარს",
"@answeredTheCall": {
"type": "text",
"type": "String",
"placeholders": {
"senderName": {}
"senderName": {
"type": "String"
}
}
},
"anyoneCanJoin": "ყველას შეუძლია გაწევრიანება",
"@anyoneCanJoin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"appLock": "აპლიკაციის ბლოკირება",
"@appLock": {
"type": "text",
"type": "String",
"placeholders": {}
},
"archive": "არქივი",
"@archive": {
"type": "text",
"type": "String",
"placeholders": {}
},
"commandHint_googly": "გამოშტერილი თვალების გაგზავნა",
"@commandHint_googly": {},
"googlyEyesContent": "{senderName} გამოშტერილ თვალებს გიგზავნის",
"@googlyEyesContent": {
"type": "text",
"type": "String",
"placeholders": {
"senderName": {}
"senderName": {
"type": "String"
}
}
},
"cuddleContent": "{senderName} გეხუტება",
"@cuddleContent": {
"type": "text",
"type": "String",
"placeholders": {
"senderName": {}
"senderName": {
"type": "String"
}
}
},
"areGuestsAllowedToJoin": "შეუძლიათ თუ არა სტუმარ მომხმარებლებს გაწევრიანება",
"@areGuestsAllowedToJoin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"askVerificationRequest": "მიიღებთ {username} დადასტურების მოთხოვნას?",
"@askVerificationRequest": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"sendTypingNotifications": "წერის შეტყობინების გაგზავნა",
"@sendTypingNotifications": {},
"cantOpenUri": "ვერ იხსნება ბმული {uri}",
"@cantOpenUri": {
"type": "text",
"type": "String",
"placeholders": {
"uri": {}
"uri": {
"type": "String"
}
}
},
"changeDeviceName": "მოწყობილების გადარქმევა",
"@changeDeviceName": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changedTheChatAvatar": "{username} ჩატის ფოტო შეცვალა",
"@changedTheChatAvatar": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheChatDescriptionTo": "{username} ჩატის ახალი აღწერილობა დააყენა: '{description}'",
"@changedTheChatDescriptionTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"description": {}
"username": {
"type": "String"
},
"description": {
"type": "String"
}
}
},
"changedTheChatNameTo": "{username} ჩატი გადაარქვა: '{chatname}'",
"@changedTheChatNameTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"chatname": {}
"username": {
"type": "String"
},
"chatname": {
"type": "String"
}
}
},
"changedTheChatPermissions": "{username} ჩატის უფლებები შეცვალა",
"@changedTheChatPermissions": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheGuestAccessRules": "{username} შეცვალა სტუმრების წვდომის წესები",
"@changedTheGuestAccessRules": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheGuestAccessRulesTo": "{username} შეცვალა სტუმრების წვდომის წესები: {rules}",
"@changedTheGuestAccessRulesTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"rules": {}
"username": {
"type": "String"
},
"rules": {
"type": "String"
}
}
},
"changedTheHistoryVisibility": "{username} შეცვალა ისტორიის ხილვადობა",
"@changedTheHistoryVisibility": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheJoinRulesTo": "{username} გაწევრიანების წესები შეცვალა: {joinRules}",
"@changedTheJoinRulesTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"joinRules": {}
"username": {
"type": "String"
},
"joinRules": {
"type": "String"
}
}
},
"changedTheRoomAliases": "{username} ოთახის მეტსახელები შეცვალა",
"@changedTheRoomAliases": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheRoomInvitationLink": "{username} მოწვევის ბმული შეცვალა",
"@changedTheRoomInvitationLink": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changePassword": "პაროლის შეცვლა",
"@changePassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheHomeserver": "სახლის სერვერის შეცვლა",
"@changeTheHomeserver": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheme": "სტილის შეცვლა",
"@changeTheme": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheNameOfTheGroup": "ჯგუფის გადარქმევა",
"@changeTheNameOfTheGroup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatBackup": "ჩატის სარეზერვო საშუალება",
"@chatBackup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatDetails": "ჩატის დეტალები",
"@chatDetails": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatHasBeenAddedToThisSpace": "ჩატი დაემატა ამ სივრცეს",
"@chatHasBeenAddedToThisSpace": {},
"chats": "ჩატები",
"@chats": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chooseAStrongPassword": "ძლიერი პაროლი აარჩიეთ",
"@chooseAStrongPassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"clearArchive": "არქივის გაწმენდა",
"@clearArchive": {},
"close": "დახურვა",
"@close": {
"type": "text",
"type": "String",
"placeholders": {}
},
"commandHint_markasgroup": "აღნიშვნა, როგორც ჯგუფის",
"@commandHint_markasgroup": {},
"commandHint_ban": "მოცემული მომხმარებლის ბლოკირება ამ ოთახში",
"@commandHint_ban": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /ban"
},
"commandHint_clearcache": "­ქეშის გაწმენდა",
"@commandHint_clearcache": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /clearcache"
},
"commandHint_join": "მოცემულ ოთახში გაწევრიანება",
"@commandHint_join": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /join"
},
"commandHint_kick": "მოცემული მომხმარებლის წაშლა ამ ოთახიდან",
"@commandHint_kick": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /kick"
},
"commandHint_leave": "ამ ოთახიდან გასვლა",
"@commandHint_leave": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /leave"
},
"commandHint_me": "აღწერეთ თქვენი თავი",
"@commandHint_me": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /me"
},
"commandHint_unban": "ამ ოთახში მომხმარებლისგან ბლოკის მოხსნა",
"@commandHint_unban": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /unban"
},
"commandInvalid": "არასწორი ბრძანება",
"@commandInvalid": {
"type": "text"
"type": "String"
},
"compareEmojiMatch": "გთხოვთ, შეადაროთ ეს ემოჯი",
"@compareEmojiMatch": {
"type": "text",
"type": "String",
"placeholders": {}
},
"compareNumbersMatch": "გთხოვთ, შეადაროთ ეს რიცხვები",
"@compareNumbersMatch": {
"type": "text",
"type": "String",
"placeholders": {}
},
"configureChat": "ჩატის კონფიგურაცია",
"@configureChat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"contactHasBeenInvitedToTheGroup": "კონტაქტი მოწვეული იქნა ჯგუფში",
"@contactHasBeenInvitedToTheGroup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"containsUserName": "შეიცავს სახელს",
"@containsUserName": {
"type": "text",
"type": "String",
"placeholders": {}
},
"copiedToClipboard": "კოპირებულია ბუფერში",
"@copiedToClipboard": {
"type": "text",
"type": "String",
"placeholders": {}
},
"copy": "კოპირება",
"@copy": {
"type": "text",
"type": "String",
"placeholders": {}
},
"copyToClipboard": "კოპირება ბუფერში",
"@copyToClipboard": {
"type": "text",
"type": "String",
"placeholders": {}
},
"couldNotDecryptMessage": "შეტყობინების გაშიფვრის შეცდომა: {error}",
"@couldNotDecryptMessage": {
"type": "text",
"type": "String",
"placeholders": {
"error": {}
"error": {
"type": "String"
}
}
},
"create": "შექმნა",
"@create": {
"type": "text",
"type": "String",
"placeholders": {}
},
"createdTheChat": "💬 {username} შექმნა ჩატი",
"@createdTheChat": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"createNewSpace": "ახალი სივრცე",
"@createNewSpace": {
"type": "text",
"type": "String",
"placeholders": {}
},
"currentlyActive": "ახლა აქტიურია",
"@currentlyActive": {
"type": "text",
"type": "String",
"placeholders": {}
},
"dateWithoutYear": "{day}-{month}",
"@dateWithoutYear": {
"type": "text",
"type": "String",
"placeholders": {
"month": {},
"day": {}
"month": {
"type": "String"
},
"day": {
"type": "String"
}
}
},
"dateWithYear": "{day}-{month}-{year}",
"@dateWithYear": {
"type": "text",
"type": "String",
"placeholders": {
"year": {},
"month": {},
"day": {}
"year": {
"type": "String"
},
"month": {
"type": "String"
},
"day": {
"type": "String"
}
}
},
"delete": "წაშლა",
"@delete": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deleteAccount": "ანგარიშის წაშლა",
"@deleteAccount": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deleteMessage": "შეტყობინების წაშლა",
"@deleteMessage": {
"type": "text",
"type": "String",
"placeholders": {}
},
"device": "მოწყობილება",
"@device": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deviceId": "მოწყობილების ID",
"@deviceId": {
"type": "text",
"type": "String",
"placeholders": {}
},
"directChats": "პირდაპირი ჩატები",
"@directChats": {
"type": "text",
"type": "String",
"placeholders": {}
},
"allRooms": "ყველა ჯგუფური ჩატები",
"@allRooms": {
"type": "text",
"type": "String",
"placeholders": {}
},
"downloadFile": "ფაილის ჩატვირთვა",
"@downloadFile": {
"type": "text",
"type": "String",
"placeholders": {}
},
"edit": "რედაქტირება",
"@edit": {
"type": "text",
"type": "String",
"placeholders": {}
},
"editBlockedServers": "ბლოკირებული სერვერების რედაქტირება",
"@editBlockedServers": {
"type": "text",
"type": "String",
"placeholders": {}
},
"editRoomAvatar": "ოთახის ფოტოს შეცვლა",
"@editRoomAvatar": {
"type": "text",
"type": "String",
"placeholders": {}
},
"emoteSettings": "ემოციების პარამეტრები",
"@emoteSettings": {
"type": "text",
"type": "String",
"placeholders": {}
},
"globalChatId": "გლობალური ჩატის ID",
@ -651,94 +731,102 @@
"@notAnImage": {},
"remove": "წაშლა",
"@remove": {
"type": "text",
"type": "String",
"placeholders": {}
},
"activatedEndToEndEncryption": "🔐 {username} გააქტიურა end to end დაშიფვრა",
"@activatedEndToEndEncryption": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"supposedMxid": "ეს უნდა იყოს {mxid}",
"@supposedMxid": {
"type": "text",
"type": "String",
"placeholders": {
"mxid": {}
"mxid": {
"type": "String"
}
}
},
"about": "შესახებ",
"@about": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changedTheDisplaynameTo": "{username} შეცვალა ნაჩვენები სახელი: '{displayname}'",
"@changedTheDisplaynameTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"displayname": {}
"username": {
"type": "String"
},
"displayname": {
"type": "String"
}
}
},
"commandHint_create": "ცარიელი ჯგუფური ჩატის შექმნა\nგამოიენეთ --no-encryption გაშიფვრის გასათიშად",
"@commandHint_create": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /create"
},
"commandHint_dm": "პირდაპირი ჩატის დაწყება\nგამოიენეთ --no-encryption გაშიფვრის გასათიშად",
"@commandHint_dm": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /dm"
},
"commandHint_html": "HTML ფორმატირებული ტექსტის გაგზავნა",
"@commandHint_html": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /html"
},
"commandHint_myroomavatar": "თქვენი ფოტოს დაყენება ამ ოთახისათვის(mxc-uri-ს დახმარებით)",
"@commandHint_myroomavatar": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /myroomavatar"
},
"commandHint_myroomnick": "ამ ოთახისათვის ნაჩვენები სახელის დაყენება",
"@commandHint_myroomnick": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /myroomnick"
},
"commandHint_op": "მოცემული მომხმარებლისათვის უფლებების დონის დაყენება (ჩვეულებრივ: 50)",
"@commandHint_op": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /op"
},
"commandHint_react": "რეაქციის სახით პასუხის გაგზავნა",
"@commandHint_react": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /react"
},
"containsDisplayName": "ნაჩვენებ სახელს შეიცავს",
"@containsDisplayName": {
"type": "text",
"type": "String",
"placeholders": {}
},
"contentHasBeenReported": "ეს კონტენტი გაგზავნილ იქნა სერვერის ადმინისტრატორებთან",
"@contentHasBeenReported": {
"type": "text",
"type": "String",
"placeholders": {}
},
"defaultPermissionLevel": "ნაგულისხმევი უფლების დონე",
"@defaultPermissionLevel": {
"type": "text",
"type": "String",
"placeholders": {}
},
"displaynameHasBeenChanged": "ნაჩვენები სახელი შეიცვალა",
"@displaynameHasBeenChanged": {
"type": "text",
"type": "String",
"placeholders": {}
},
"editDisplayname": "ნაჩვენები სახელის შეცვლა",
"@editDisplayname": {
"type": "text",
"type": "String",
"placeholders": {}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -3,573 +3,657 @@
"@repeatPassword": {},
"about": "O aplikaciji",
"@about": {
"type": "text",
"type": "String",
"placeholders": {}
},
"accept": "Sprejmi",
"@accept": {
"type": "text",
"type": "String",
"placeholders": {}
},
"account": "Račun",
"@account": {
"type": "text",
"type": "String",
"placeholders": {}
},
"activatedEndToEndEncryption": "Uporabnik {username} je aktiviral šifriranje od konca do konca",
"@activatedEndToEndEncryption": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"addEmail": "Dodajte e-pošto",
"@addEmail": {
"type": "text",
"type": "String",
"placeholders": {}
},
"addToSpace": "Dodajte v prostor",
"@addToSpace": {},
"alias": "vzdevek",
"@alias": {
"type": "text",
"type": "String",
"placeholders": {}
},
"all": "Vse",
"@all": {
"type": "text",
"type": "String",
"placeholders": {}
},
"allChats": "Vsi klepeti",
"@allChats": {
"type": "text",
"type": "String",
"placeholders": {}
},
"answeredTheCall": "Oseba {senderName} je odgovorila na klic",
"@answeredTheCall": {
"type": "text",
"type": "String",
"placeholders": {
"senderName": {}
"senderName": {
"type": "String"
}
}
},
"anyoneCanJoin": "Pridruži se lahko vsak",
"@anyoneCanJoin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"appLock": "Zaklepanje aplikacije",
"@appLock": {
"type": "text",
"type": "String",
"placeholders": {}
},
"askSSSSSign": "Če želite podpisati drugo osebo, vnesite geslo za varno trgovino ali obnovitveni ključ.",
"@askSSSSSign": {
"type": "text",
"type": "String",
"placeholders": {}
},
"askVerificationRequest": "Ali želite sprejeti to zahtevo za preverjanje od {username}?",
"@askVerificationRequest": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"autoplayImages": "Samodejno predvajajte animirane nalepke in čustva",
"@autoplayImages": {
"type": "text",
"type": "String",
"placeholder": {}
},
"badServerLoginTypesException": "Domači strežnik podpira vrste prijave:\n{serverVersions}\nToda ta aplikacija podpira samo:\n{supportedVersions}",
"@badServerLoginTypesException": {
"type": "text",
"type": "String",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
"serverVersions": {
"type": "String"
},
"supportedVersions": {
"type": "String"
}
}
},
"sendOnEnter": "Pošlji ob vstopu",
"@sendOnEnter": {},
"banFromChat": "Prepoved klepeta",
"@banFromChat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"banned": "Prepovedano",
"@banned": {
"type": "text",
"type": "String",
"placeholders": {}
},
"bannedUser": "{username} je prepovedan v {targetName}",
"@bannedUser": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"targetName": {}
"username": {
"type": "String"
},
"targetName": {
"type": "String"
}
}
},
"blockDevice": "Blokirana naprava",
"@blockDevice": {
"type": "text",
"type": "String",
"placeholders": {}
},
"blocked": "Blokirano",
"@blocked": {
"type": "text",
"type": "String",
"placeholders": {}
},
"botMessages": "Botova sporočila",
"@botMessages": {
"type": "text",
"type": "String",
"placeholders": {}
},
"cancel": "Prekliči",
"@cancel": {
"type": "text",
"type": "String",
"placeholders": {}
},
"cantOpenUri": "URI-ja {uri} ni mogoče odpreti",
"@cantOpenUri": {
"type": "text",
"type": "String",
"placeholders": {
"uri": {}
"uri": {
"type": "String"
}
}
},
"changedTheChatAvatar": "{username} je spremenil avatar za klepet",
"@changedTheChatAvatar": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheChatPermissions": "{username} je spremenila dovoljenja za klepet",
"@changedTheChatPermissions": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheDisplaynameTo": "{username} je spremenil svoje prikazno ime v: '{displayname}'",
"@changedTheDisplaynameTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"displayname": {}
"username": {
"type": "String"
},
"displayname": {
"type": "String"
}
}
},
"changedTheGuestAccessRules": "{username} je spremenila pravila dostopa za goste",
"@changedTheGuestAccessRules": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheGuestAccessRulesTo": "{username} je spremenila pravila dostopa za goste v: {rules}",
"@changedTheGuestAccessRulesTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"rules": {}
"username": {
"type": "String"
},
"rules": {
"type": "String"
}
}
},
"changedTheHistoryVisibilityTo": "{username} je spremenil vidnost zgodovine v: {rules}",
"@changedTheHistoryVisibilityTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"rules": {}
"username": {
"type": "String"
},
"rules": {
"type": "String"
}
}
},
"changedTheJoinRules": "{username} je spremenil pravila za pridružitev",
"@changedTheJoinRules": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheJoinRulesTo": "{username} je spremenila pravila pridružitve v: {joinRules}",
"@changedTheJoinRulesTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"joinRules": {}
"username": {
"type": "String"
},
"joinRules": {
"type": "String"
}
}
},
"changedTheProfileAvatar": "{username} je spremenil avatar",
"@changedTheProfileAvatar": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheRoomAliases": "{username} je spremenil vzdevke sobe",
"@changedTheRoomAliases": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheRoomInvitationLink": "{username} je spremenil povezavo za povabilo",
"@changedTheRoomInvitationLink": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changePassword": "Spremeni geslo",
"@changePassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheHomeserver": "Spremenite domači strežnik",
"@changeTheHomeserver": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheme": "Spremenite svoj slog",
"@changeTheme": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheNameOfTheGroup": "Spremenite ime skupine",
"@changeTheNameOfTheGroup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeYourAvatar": "Spremenite svoj avatar",
"@changeYourAvatar": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chat": "Klepet",
"@chat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"yourChatBackupHasBeenSetUp": "Varnostna kopija klepeta je nastavljena.",
"@yourChatBackupHasBeenSetUp": {},
"chatBackup": "Varnostno kopiranje klepeta",
"@chatBackup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatDetails": "Podrobnosti klepeta",
"@chatDetails": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatHasBeenAddedToThisSpace": "Klepet je bil dodan v ta prostor",
"@chatHasBeenAddedToThisSpace": {},
"chats": "Klepeti",
"@chats": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chooseAStrongPassword": "Izberite močno geslo",
"@chooseAStrongPassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"clearArchive": "Počisti arhiv",
"@clearArchive": {},
"close": "Zapri",
"@close": {
"type": "text",
"type": "String",
"placeholders": {}
},
"commandHint_ban": "Izključi določenega uporabnika iz te sobe",
"@commandHint_ban": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /ban"
},
"commandHint_html": "Pošljite besedilo v obliki HTML",
"@commandHint_html": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /html"
},
"commandHint_invite": "Povabi danega uporabnika v to sobo",
"@commandHint_invite": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /invite"
},
"commandHint_join": "Pridružite se dani sobi",
"@commandHint_join": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /join"
},
"commandHint_kick": "Odstranite danega uporabnika iz te sobe",
"@commandHint_kick": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /kick"
},
"commandHint_me": "Opisi sebe",
"@commandHint_me": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /me"
},
"commandHint_myroomavatar": "Nastavite svojo sliko za to sobo",
"@commandHint_myroomavatar": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /myroomavatar"
},
"commandHint_op": "Nastavite raven moči danega uporabnika (privzeto: 50)",
"@commandHint_op": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /op"
},
"commandHint_react": "Pošljite odgovor kot reakcijo",
"@commandHint_react": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /react"
},
"commandHint_send": "Pošlji besedilo",
"@commandHint_send": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /send"
},
"commandHint_unban": "Prekliči izključitev določenega uporabnika iz te sobe",
"@commandHint_unban": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /unban"
},
"commandInvalid": "Ukaz ni veljaven",
"@commandInvalid": {
"type": "text"
"type": "String"
},
"commandMissing": "{command} is not a command.",
"@commandMissing": {
"type": "text",
"type": "String",
"placeholders": {
"command": {}
"command": {
"type": "String"
}
},
"description": "State that {command} is not a valid /command."
},
"compareEmojiMatch": "Primerjajte in se prepričajte, da se naslednji emoji ujemajo s tistimi iz druge naprave:",
"@compareEmojiMatch": {
"type": "text",
"type": "String",
"placeholders": {}
},
"compareNumbersMatch": "Primerjajte in se prepričajte, da se naslednje številke ujemajo s številkami druge naprave:",
"@compareNumbersMatch": {
"type": "text",
"type": "String",
"placeholders": {}
},
"configureChat": "Konfigurirajte klepet",
"@configureChat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"confirm": "Potrdi",
"@confirm": {
"type": "text",
"type": "String",
"placeholders": {}
},
"containsDisplayName": "Vsebuje prikazno ime",
"@containsDisplayName": {
"type": "text",
"type": "String",
"placeholders": {}
},
"containsUserName": "Vsebuje uporabniško ime",
"@containsUserName": {
"type": "text",
"type": "String",
"placeholders": {}
},
"archive": "Arhiv",
"@archive": {
"type": "text",
"type": "String",
"placeholders": {}
},
"areYouSure": "Ali si prepričan?",
"@areYouSure": {
"type": "text",
"type": "String",
"placeholders": {}
},
"acceptedTheInvitation": "{username} je sprejel povabilo",
"@acceptedTheInvitation": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"areYouSureYouWantToLogout": "Ali ste prepričani, da se želite odjaviti?",
"@areYouSureYouWantToLogout": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changedTheChatDescriptionTo": "{username} je spremenil opis klepeta v: '{description}'",
"@changedTheChatDescriptionTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"description": {}
"username": {
"type": "String"
},
"description": {
"type": "String"
}
}
},
"areGuestsAllowedToJoin": "Ali se lahko gostujoči uporabniki pridružijo",
"@areGuestsAllowedToJoin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"admin": "Admin",
"@admin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"badServerVersionsException": "Domači strežnik podpira različice Spec:\n{serverVersions}\nToda ta aplikacija podpira samo {supportedVersions}",
"@badServerVersionsException": {
"type": "text",
"type": "String",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
"serverVersions": {
"type": "String"
},
"supportedVersions": {
"type": "String"
}
}
},
"changedTheChatNameTo": "{username} je spremenil ime klepeta v: '{chatname}'",
"@changedTheChatNameTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"chatname": {}
"username": {
"type": "String"
},
"chatname": {
"type": "String"
}
}
},
"changeDeviceName": "Spremenite ime naprave",
"@changeDeviceName": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changedTheHistoryVisibility": "{username} je spremenila vidnost zgodovine",
"@changedTheHistoryVisibility": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"channelCorruptedDecryptError": "Šifriranje je poškodovano",
"@channelCorruptedDecryptError": {
"type": "text",
"type": "String",
"placeholders": {}
},
"contentHasBeenReported": "Vsebina je bila prijavljena skrbnikom strežnika",
"@contentHasBeenReported": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatBackupDescription": "Varnostna kopija klepeta je zavarovana z varnostnim ključem. Prosimo, pazite, da ga ne izgubite.",
"@chatBackupDescription": {
"type": "text",
"type": "String",
"placeholders": {}
},
"commandHint_myroomnick": "Nastavite prikazno ime za to sobo",
"@commandHint_myroomnick": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /myroomnick"
},
"connect": "Povežite se",
"@connect": {
"type": "text",
"type": "String",
"placeholders": {}
},
"contactHasBeenInvitedToTheGroup": "Kontakt je bil povabljen v skupino",
"@contactHasBeenInvitedToTheGroup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"commandHint_leave": "Zapusti to sobo",
"@commandHint_leave": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /leave"
},
"commandHint_plain": "Pošlji neformatirano besedilo",
"@commandHint_plain": {
"type": "text",
"type": "String",
"description": "Usage hint for the command /plain"
},
"copiedToClipboard": "Kopirano v odložišče",
"@copiedToClipboard": {
"type": "text",
"type": "String",
"placeholders": {}
},
"copy": "Kopiraj",
"@copy": {
"type": "text",
"type": "String",
"placeholders": {}
},
"copyToClipboard": "Kopiraj v odložišče",
"@copyToClipboard": {
"type": "text",
"type": "String",
"placeholders": {}
},
"couldNotDecryptMessage": "Sporočila ni bilo mogoče dešifrirati: {error}",
"@couldNotDecryptMessage": {
"type": "text",
"type": "String",
"placeholders": {
"error": {}
"error": {
"type": "String"
}
}
},
"countParticipants": "{count} udeležencev",
"@countParticipants": {
"type": "text",
"type": "String",
"placeholders": {
"count": {}
"count": {
"type": "int"
}
}
},
"create": "Ustvari",
"@create": {
"type": "text",
"type": "String",
"placeholders": {}
},
"createNewSpace": "Nov prostor",
"@createNewSpace": {
"type": "text",
"type": "String",
"placeholders": {}
},
"currentlyActive": "Trenutno aktiven",
"@currentlyActive": {
"type": "text",
"type": "String",
"placeholders": {}
},
"darkTheme": "Temno",
"@darkTheme": {
"type": "text",
"type": "String",
"placeholders": {}
},
"defaultPermissionLevel": "Privzeta raven dovoljenja",
"@defaultPermissionLevel": {
"type": "text",
"type": "String",
"placeholders": {}
},
"dateWithYear": "{day}-{month}-{year}",
"@dateWithYear": {
"type": "text",
"type": "String",
"placeholders": {
"year": {},
"month": {},
"day": {}
"year": {
"type": "String"
},
"month": {
"type": "String"
},
"day": {
"type": "String"
}
}
},
"dateWithoutYear": "{month}-{day}",
"@dateWithoutYear": {
"type": "text",
"type": "String",
"placeholders": {
"month": {},
"day": {}
"month": {
"type": "String"
},
"day": {
"type": "String"
}
}
},
"createdTheChat": "{username} je ustvaril klepet",
"@createdTheChat": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"dateAndTimeOfDay": "{date}, {timeOfDay}",
"@dateAndTimeOfDay": {
"type": "text",
"type": "String",
"placeholders": {
"date": {},
"timeOfDay": {}
"date": {
"type": "String"
},
"timeOfDay": {
"type": "String"
}
}
},
"deactivateAccountWarning": "S tem boste deaktivirali vaš uporabniški račun. Tega ni mogoče razveljaviti! Ali si prepričan?",
"@deactivateAccountWarning": {
"type": "text",
"type": "String",
"placeholders": {}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -2,431 +2,495 @@
"@@last_modified": "2021-08-14 12:41:09.781172",
"about": "Giới thiệu",
"@about": {
"type": "text",
"type": "String",
"placeholders": {}
},
"accept": "Đồng ý",
"@accept": {
"type": "text",
"type": "String",
"placeholders": {}
},
"acceptedTheInvitation": "{username} đã đồng ý lời mời",
"@acceptedTheInvitation": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"account": "Tài khoản",
"@account": {
"type": "text",
"type": "String",
"placeholders": {}
},
"activatedEndToEndEncryption": "{username} đã kích hoạt mã hóa đầu cuối 2 chiều",
"@activatedEndToEndEncryption": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"admin": "Quản trị viên",
"@admin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"alias": "bí danh",
"@alias": {
"type": "text",
"type": "String",
"placeholders": {}
},
"answeredTheCall": "{senderName} đã trả lời cuộc gọi",
"@answeredTheCall": {
"type": "text",
"type": "String",
"placeholders": {
"senderName": {}
"senderName": {
"type": "String"
}
}
},
"anyoneCanJoin": "Mọi người đều có thể gia nhập",
"@anyoneCanJoin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"archive": "Lưu trữ",
"@archive": {
"type": "text",
"type": "String",
"placeholders": {}
},
"areGuestsAllowedToJoin": "Khách vãng lai có được tham gia không",
"@areGuestsAllowedToJoin": {
"type": "text",
"type": "String",
"placeholders": {}
},
"areYouSure": "Bạn chắc chứ?",
"@areYouSure": {
"type": "text",
"type": "String",
"placeholders": {}
},
"blockDevice": "Thiết bị bị chặn",
"@blockDevice": {
"type": "text",
"type": "String",
"placeholders": {}
},
"verified": "Đã xác thực",
"@verified": {
"type": "text",
"type": "String",
"placeholders": {}
},
"transferFromAnotherDevice": "Chuyển từ thiết bị khác",
"@transferFromAnotherDevice": {
"type": "text",
"type": "String",
"placeholders": {}
},
"showPassword": "Hiển thị mật khẩu",
"@showPassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"pleaseFollowInstructionsOnWeb": "Vui lòng làm theo hướng dẫn trên trang web và bấm tiếp",
"@pleaseFollowInstructionsOnWeb": {
"type": "text",
"type": "String",
"placeholders": {}
},
"noEncryptionForPublicRooms": "Bạn chỉ có thể kích hoạt mã hoá khi phòng này không mở",
"@noEncryptionForPublicRooms": {
"type": "text",
"type": "String",
"placeholders": {}
},
"next": "Tiếp",
"@next": {
"type": "text",
"type": "String",
"placeholders": {}
},
"everythingReady": "Mọi thứ đã sẵn sàng!",
"@everythingReady": {
"type": "text",
"type": "String",
"placeholders": {}
},
"emoteSettings": "Cài đặt biểu tượng cảm xúc",
"@emoteSettings": {
"type": "text",
"type": "String",
"placeholders": {}
},
"editDisplayname": "Sửa tên hiển thị",
"@editDisplayname": {
"type": "text",
"type": "String",
"placeholders": {}
},
"downloadFile": "Tải ảnh xuống",
"@downloadFile": {
"type": "text",
"type": "String",
"placeholders": {}
},
"displaynameHasBeenChanged": "Tên hiển thị đã được thay đổi",
"@displaynameHasBeenChanged": {
"type": "text",
"type": "String",
"placeholders": {}
},
"devices": "Các thiết bị",
"@devices": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deviceId": "Mã xác định thiết bị",
"@deviceId": {
"type": "text",
"type": "String",
"placeholders": {}
},
"device": "Thiết bị",
"@device": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deleteMessage": "Xoá tin nhắn",
"@deleteMessage": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deleteAccount": "Xoá tài khoản",
"@deleteAccount": {
"type": "text",
"type": "String",
"placeholders": {}
},
"delete": "Xoá",
"@delete": {
"type": "text",
"type": "String",
"placeholders": {}
},
"deactivateAccountWarning": "Việc này sẽ vô hiệu hoá tài khoản của bạn. Điều này không thể đảo ngược được! Bạn chắc là vẫn muốn tiếp tục chứ?",
"@deactivateAccountWarning": {
"type": "text",
"type": "String",
"placeholders": {}
},
"dateWithYear": "{day}/{month}/{year}",
"@dateWithYear": {
"type": "text",
"type": "String",
"placeholders": {
"year": {},
"month": {},
"day": {}
"year": {
"type": "String"
},
"month": {
"type": "String"
},
"day": {
"type": "String"
}
}
},
"dateWithoutYear": "{day}/{month}",
"@dateWithoutYear": {
"type": "text",
"type": "String",
"placeholders": {
"month": {},
"day": {}
"month": {
"type": "String"
},
"day": {
"type": "String"
}
}
},
"dateAndTimeOfDay": "{date}, {timeOfDay}",
"@dateAndTimeOfDay": {
"type": "text",
"type": "String",
"placeholders": {
"date": {},
"timeOfDay": {}
"date": {
"type": "String"
},
"timeOfDay": {
"type": "String"
}
}
},
"currentlyActive": "Đang hoạt động",
"@currentlyActive": {
"type": "text",
"type": "String",
"placeholders": {}
},
"createdTheChat": "{username} đã tạo cuộc trò chuyện",
"@createdTheChat": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"create": "Tạo",
"@create": {
"type": "text",
"type": "String",
"placeholders": {}
},
"countParticipants": "{count} thành viên",
"@countParticipants": {
"type": "text",
"type": "String",
"placeholders": {
"count": {}
"count": {
"type": "int"
}
}
},
"couldNotDecryptMessage": "Không thể giải mã tin nhắn: {error}",
"@couldNotDecryptMessage": {
"type": "text",
"type": "String",
"placeholders": {
"error": {}
"error": {
"type": "String"
}
}
},
"copy": "Sao chép",
"@copy": {
"type": "text",
"type": "String",
"placeholders": {}
},
"contactHasBeenInvitedToTheGroup": "Liên hệ đã được mời vào nhóm",
"@contactHasBeenInvitedToTheGroup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"connect": "Kết nối",
"@connect": {
"type": "text",
"type": "String",
"placeholders": {}
},
"confirm": "Xác nhận",
"@confirm": {
"type": "text",
"type": "String",
"placeholders": {}
},
"compareNumbersMatch": "So sánh và đảm bảo các số sau đây giống trên máy còn lại",
"@compareNumbersMatch": {
"type": "text",
"type": "String",
"placeholders": {}
},
"compareEmojiMatch": "So sánh và đảm bảo các biểu tượng cảm xúc sau đây giống với các biểu tượng trên máy còn lại",
"@compareEmojiMatch": {
"type": "text",
"type": "String",
"placeholders": {}
},
"close": "Đóng",
"@close": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chooseAStrongPassword": "Chọn một mật khẩu mạnh",
"@chooseAStrongPassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatDetails": "Chi tiết cuộc trò chuyện",
"@chatDetails": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatBackupDescription": "Bản sao lưu cuộc trò chuyện của bạn được bảo mật bằng một khoá bảo mật. Bạn đừng làm mất nó.",
"@chatBackupDescription": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chatBackup": "Sao lưu cuộc trò chuyện",
"@chatBackup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"chat": "Chat",
"@chat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheNameOfTheGroup": "Thay đổi tên nhóm",
"@changeTheNameOfTheGroup": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changeTheHomeserver": "Thay đổi máy chủ nhà",
"@changeTheHomeserver": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changePassword": "Thay đổi mật khẩu",
"@changePassword": {
"type": "text",
"type": "String",
"placeholders": {}
},
"changedTheRoomInvitationLink": "{username} đã thay đổi đường dẫn mời",
"@changedTheRoomInvitationLink": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheRoomAliases": "{username} đã đổi địa chỉ phòng chat",
"@changedTheRoomAliases": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheProfileAvatar": "{username} đã thay đổi ảnh đại diện của mình",
"@changedTheProfileAvatar": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheGuestAccessRulesTo": "{username} đã thay đổi quy tắc truy cập đối với khách thành: {rules}",
"@changedTheGuestAccessRulesTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"rules": {}
"username": {
"type": "String"
},
"rules": {
"type": "String"
}
}
},
"changedTheGuestAccessRules": "{username} đã thay đổi quy tắc truy cập đối với khách",
"@changedTheGuestAccessRules": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheChatPermissions": "{username} đã thay đổi quyền trong phòng chat",
"@changedTheChatPermissions": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changedTheChatNameTo": "{username} đã thay đổi tên phòng chat thành: '{chatname}'",
"@changedTheChatNameTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"chatname": {}
"username": {
"type": "String"
},
"chatname": {
"type": "String"
}
}
},
"changedTheChatDescriptionTo": "{username} đã thay đổi mô tả phòng chat thành: '{description}'",
"@changedTheChatDescriptionTo": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"description": {}
"username": {
"type": "String"
},
"description": {
"type": "String"
}
}
},
"changedTheChatAvatar": "{username} đã thay đổi ảnh phòng chat",
"@changedTheChatAvatar": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"changeDeviceName": "Thay đổi tên thiết bị",
"@changeDeviceName": {
"type": "text",
"type": "String",
"placeholders": {}
},
"cancel": "Hủy",
"@cancel": {
"type": "text",
"type": "String",
"placeholders": {}
},
"blocked": "Đã chặn",
"@blocked": {
"type": "text",
"type": "String",
"placeholders": {}
},
"bannedUser": "{username} đã cấm {targetName}",
"@bannedUser": {
"type": "text",
"type": "String",
"placeholders": {
"username": {},
"targetName": {}
"username": {
"type": "String"
},
"targetName": {
"type": "String"
}
}
},
"banned": "Đã bị cấm",
"@banned": {
"type": "text",
"type": "String",
"placeholders": {}
},
"banFromChat": "Cấm khỏi cuộc trò chuyện",
"@banFromChat": {
"type": "text",
"type": "String",
"placeholders": {}
},
"badServerVersionsException": "Máy chủ nhà hỗ trợ Spec phiên bản:\n{serverVerions}\nNhưng ứng dụng này chỉ hỗ trợ {supportedVersions}",
"@badServerVersionsException": {
"type": "text",
"type": "String",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
"serverVersions": {
"type": "String"
},
"supportedVersions": {
"type": "String"
}
}
},
"badServerLoginTypesException": "Máy chủ nhà hỗ trợ kiểu đăng nhập:\n{serverVersions}\nNhưng ứng dụng này chỉ hỗ trợ:\n{supportedVersions}",
"@badServerLoginTypesException": {
"type": "text",
"type": "String",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
"serverVersions": {
"type": "String"
},
"supportedVersions": {
"type": "String"
}
}
},
"askVerificationRequest": "Bạn có đồng ý yêu cầu chứng thực từ {username} không?",
"@askVerificationRequest": {
"type": "text",
"type": "String",
"placeholders": {
"username": {}
"username": {
"type": "String"
}
}
},
"areYouSureYouWantToLogout": "Bạn có chắc bạn muốn đăng xuất không?",
"@areYouSureYouWantToLogout": {
"type": "text",
"type": "String",
"placeholders": {}
},
"addEmail": "Thêm email",
"@addEmail": {
"type": "text",
"type": "String",
"placeholders": {}
},
"notifications": "Thông báo",
"@notifications": {
"type": "text",
"type": "String",
"placeholders": {}
},
"newGroup": "Nhóm mới",
@ -469,7 +533,7 @@
"@report": {},
"remove": "Loại bỏ",
"@remove": {
"type": "text",
"type": "String",
"placeholders": {}
},
"restricted": "Bị hạn chế",
@ -482,17 +546,17 @@
"@signInWithPassword": {},
"all": "Tất cả",
"@all": {
"type": "text",
"type": "String",
"placeholders": {}
},
"appLock": "Khoá ứng dụng",
"@appLock": {
"type": "text",
"type": "String",
"placeholders": {}
},
"allChats": "Tất cả hội thoại",
"@allChats": {
"type": "text",
"type": "String",
"placeholders": {}
},
"repeatPassword": "Nhập lại mật khẩu",
@ -501,9 +565,11 @@
"@confirmMatrixId": {},
"supposedMxid": "Đây nên là {mxid}",
"@supposedMxid": {
"type": "text",
"type": "String",
"placeholders": {
"mxid": {}
"mxid": {
"type": "String"
}
}
},
"noBackupWarning": "Cẩn thận! Nếu không bật sao lưu trò chuyện, bạn sẽ mất quyền truy cập vào tin nhắn được mã hóa của mình. Chúng tôi khuyên bạn nên bật sao lưu trò chuyện trước khi đăng xuất.",
@ -512,9 +578,11 @@
"@doNotShowAgain": {},
"wasDirectChatDisplayName": "Hội thoại trống (từng là {oldDisplayName})",
"@wasDirectChatDisplayName": {
"type": "text",
"type": "String",
"placeholders": {
"oldDisplayName": {}
"oldDisplayName": {
"type": "String"
}
}
},
"reportErrorDescription": "😭 Ôi. Có lỗi xảy ra. Bạn có thể báo cáo lỗi tới nhà phát triển nếu muốn.",
@ -535,9 +603,11 @@
"@fileIsTooBigForServer": {},
"signInWith": "Đăng nhập với {provider}",
"@signInWith": {
"type": "text",
"type": "String",
"placeholders": {
"provider": {}
"provider": {
"type": "String"
}
}
},
"notAnImage": "Không phải tệp ảnh.",
@ -560,19 +630,21 @@
"@notifyMeFor": {},
"settings": "Cài đặt",
"@settings": {
"type": "text",
"type": "String",
"placeholders": {}
},
"sendSticker": "Gửi nhãn dán",
"@sendSticker": {
"type": "text",
"type": "String",
"placeholders": {}
},
"fileHasBeenSavedAt": "Tệp đã được lưu tại {path}",
"@fileHasBeenSavedAt": {
"type": "text",
"type": "String",
"placeholders": {
"path": {}
"path": {
"type": "String"
}
}
},
"readUpToHere": "Đọc tới đây",
@ -585,7 +657,9 @@
"@numChats": {
"type": "number",
"placeholders": {
"number": {}
"number": {
"type": "String"
}
}
},
"hidePresences": "Ẩn danh sách trạng thái?",
@ -596,9 +670,11 @@
"@reopenChat": {},
"wrongPinEntered": "Nhập sai mã pin! Thử lại sau {seconds} giây...",
"@wrongPinEntered": {
"type": "text",
"type": "String",
"placeholders": {
"seconds": {}
"seconds": {
"type": "int"
}
}
},
"archiveRoomDescription": "Cuộc trò chuyện sẽ được chuyển tới mục lưu trữ. Người dùng khác sẽ thấy được bạn đã rời khỏi cuộc trò chuyện.",
@ -617,9 +693,11 @@
"@removeDevicesDescription": {},
"noUsersFoundWithQuery": "Không tìm thấy người dùng nào với \"{query}\". Hãy kiểm tra xem bạn có nhập nhầm không.",
"@noUsersFoundWithQuery": {
"type": "text",
"type": "String",
"placeholders": {
"query": {}
"query": {
"type": "String"
}
}
},
"commandHint_unignore": "Bỏ phớt lờ matrix ID này",
@ -634,9 +712,11 @@
"@commandHint_hug": {},
"aboutHomeserver": "Về {homeserver}",
"@aboutHomeserver": {
"type": "text",
"type": "String",
"placeholders": {
"homeserver": {}
"homeserver": {
"type": "String"
}
}
},
"alwaysUse24HourFormat": "Không",
@ -645,9 +725,11 @@
},
"hugContent": "{senderName} ôm bạn",
"@hugContent": {
"type": "text",
"type": "String",
"placeholders": {
"senderName": {}
"senderName": {
"type": "String"
}
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -168,7 +168,7 @@ class SendFileDialogState extends State<SendFileDialog> {
final fileName = widget.files.length == 1
? widget.files.single.name
: L10n.of(context).countFiles(widget.files.length.toString());
: L10n.of(context).countFiles(widget.files.length);
final fileTypes = widget.files
.map((file) => file.name.split('.').last)
.toSet()

View file

@ -295,7 +295,7 @@ class ChatDetailsView extends StatelessWidget {
ListTile(
title: Text(
L10n.of(context).countParticipants(
actualMembersCount.toString(),
actualMembersCount,
),
style: TextStyle(
color: theme.colorScheme.secondary,
@ -324,7 +324,7 @@ class ChatDetailsView extends StatelessWidget {
: ListTile(
title: Text(
L10n.of(context).loadCountMoreParticipants(
(actualMembersCount - members.length).toString(),
(actualMembersCount - members.length),
),
),
leading: CircleAvatar(

View file

@ -288,9 +288,8 @@ class ChatListItem extends StatelessWidget {
child: room.isSpace && room.membership == Membership.join
? Text(
L10n.of(context).countChatsAndCountParticipants(
room.spaceChildren.length.toString(),
(room.summary.mJoinedMemberCount ?? 1)
.toString(),
room.spaceChildren.length,
(room.summary.mJoinedMemberCount ?? 1),
),
style:
TextStyle(color: theme.colorScheme.outline),

View file

@ -129,7 +129,8 @@ class LoginController extends State<Login> {
final dialogResult = await showOkCancelAlertDialog(
context: context,
useRootNavigator: false,
title: L10n.of(context).noMatrixServer(newDomain, oldHomeserver!),
title: L10n.of(context)
.noMatrixServer(newDomain.toString(), oldHomeserver.toString()),
okLabel: L10n.of(context).ok,
cancelLabel: L10n.of(context).cancel,
);

View file

@ -14,8 +14,7 @@ extension RoomStatusExtension on Room {
if (AppConfig.hideTypingUsernames) {
typingText = L10n.of(context).isTyping;
if (typingUsers.first.id != directChatMatrixID) {
typingText =
L10n.of(context).numUsersTyping(typingUsers.length.toString());
typingText = L10n.of(context).numUsersTyping(typingUsers.length);
}
} else if (typingUsers.length == 1) {
typingText = L10n.of(context).isTyping;
@ -31,7 +30,7 @@ extension RoomStatusExtension on Room {
} else if (typingUsers.length > 2) {
typingText = L10n.of(context).userAndOthersAreTyping(
typingUsers.first.calcDisplayname(),
(typingUsers.length - 1).toString(),
(typingUsers.length - 1),
);
}
return typingText;