Added missing translations to core app_languages.php files. (#6977)

* Added missing translations to core/users/app_languages.php

* Added missing translations to core/user_settings/app_languages.php
This commit is contained in:
Anthony 2024-05-15 10:13:11 -06:00 committed by GitHub
parent 475696ecff
commit fe7009e7c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 296 additions and 63 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,7 @@ $text['title-users']['ro-ro'] = "Utilizatori";
$text['title-users']['ru-ru'] = "Пользователи";
$text['title-users']['sv-se'] = "Användare";
$text['title-users']['uk-ua'] = "Користувачі";
$text['title-users']['tr-tr'] = "Kullanıcılar";
$text['title-users']['zh-cn'] = "用户";
$text['title-users']['ja-jp'] = "ユーザー";
$text['title-users']['ko-kr'] = "사용자";
@ -46,6 +47,7 @@ $text['title-user_edit']['ro-ro'] = "Editare utilizator";
$text['title-user_edit']['ru-ru'] = "Редактирование пользователя";
$text['title-user_edit']['sv-se'] = "Användarredigering";
$text['title-user_edit']['uk-ua'] = "Редагування користувачів";
$text['title-user_edit']['tr-tr'] = "Kullanıcı Düzenleme";
$text['title-user_edit']['zh-cn'] = "用户编辑";
$text['title-user_edit']['ja-jp'] = "ユーザー編集";
$text['title-user_edit']['ko-kr'] = "사용자 편집";
@ -98,6 +100,7 @@ $text['description-users']['ro-ro'] = "Adăugați, editați, ștergeți și cău
$text['description-users']['ru-ru'] = "Добавление, изменение, удаление и поиск пользователей. ";
$text['description-users']['sv-se'] = "Lägg till, ändra, ta bort och sök användare.";
$text['description-users']['uk-ua'] = "Додавання, редагування, видалення та пошук користувачів";
$text['description-users']['tr-tr'] = "Kullanıcı ekleyin, düzenleyin, silin ve arayın.";
$text['description-users']['zh-cn'] = "增加、编辑、删除和搜索用户。";
$text['description-users']['ja-jp'] = "ユーザの追加、編集、削除、検索を行います。";
$text['description-users']['ko-kr'] = "추가, 편집, 삭제 및 검색 사용자.";
@ -123,6 +126,7 @@ $text['title-user_manager']['ro-ro'] = "Manager de utilizatori";
$text['title-user_manager']['ru-ru'] = "Управление пользователями";
$text['title-user_manager']['sv-se'] = "Användar Inställningar";
$text['title-user_manager']['uk-ua'] = "Користувачі";
$text['title-user_manager']['tr-tr'] = "Kullanıcı yönetici";
$text['title-user_manager']['zh-cn'] = "用户管理人";
$text['title-user_manager']['ja-jp'] = "ユーザーマネージャー";
$text['title-user_manager']['ko-kr'] = "사용자 관리자";
@ -148,6 +152,7 @@ $text['title-user']['ro-ro'] = "Utilizator";
$text['title-user']['ru-ru'] = "Пользователь";
$text['title-user']['sv-se'] = "Användare";
$text['title-user']['uk-ua'] = "Користувач";
$text['title-user']['tr-tr'] = "Kullanıcı";
$text['title-user']['zh-cn'] = "用户";
$text['title-user']['ja-jp'] = "ユーザー";
$text['title-user']['ko-kr'] = "사용자";
@ -173,6 +178,7 @@ $text['option-true']['ro-ro'] = "Adevărat";
$text['option-true']['ru-ru'] = "Да";
$text['option-true']['sv-se'] = "Sann";
$text['option-true']['uk-ua'] = "Так";
$text['option-true']['tr-tr'] = "Doğru";
$text['option-true']['zh-cn'] = "";
$text['option-true']['ja-jp'] = "真実";
$text['option-true']['ko-kr'] = "진실";
@ -198,6 +204,7 @@ $text['option-on_break']['ro-ro'] = "În pauză";
$text['option-on_break']['ru-ru'] = "Отошел";
$text['option-on_break']['sv-se'] = "På Rast";
$text['option-on_break']['uk-ua'] = "На перерві";
$text['option-on_break']['tr-tr'] = "Molada";
$text['option-on_break']['zh-cn'] = "休息";
$text['option-on_break']['ja-jp'] = "休んで";
$text['option-on_break']['ko-kr'] = "쉬는 중";
@ -223,6 +230,7 @@ $text['option-logged_out']['ro-ro'] = "Delogat";
$text['option-logged_out']['ru-ru'] = "Вышел";
$text['option-logged_out']['sv-se'] = "Utloggad";
$text['option-logged_out']['uk-ua'] = "Вийшов";
$text['option-logged_out']['tr-tr'] = "Çıkış yapıldı";
$text['option-logged_out']['zh-cn'] = "登出";
$text['option-logged_out']['ja-jp'] = "ログアウト";
$text['option-logged_out']['ko-kr'] = "로그아웃";
@ -248,6 +256,7 @@ $text['option-global']['ro-ro'] = "Global";
$text['option-global']['ru-ru'] = "Глобальный";
$text['option-global']['sv-se'] = "Global";
$text['option-global']['uk-ua'] = "Глобально";
$text['option-global']['tr-tr'] = "Küresel";
$text['option-global']['zh-cn'] = "全球";
$text['option-global']['ja-jp'] = "グローバル";
$text['option-global']['ko-kr'] = "글로벌";
@ -270,9 +279,10 @@ $text['option-false']['pl-pl'] = "Nie";
$text['option-false']['pt-br'] = "Não";
$text['option-false']['pt-pt'] = "Não";
$text['option-false']['ro-ro'] = "Fals";
$text['option-false']['ru-ru'] = "Нет";
$text['option-false']['ru-ru'] = "ЛОЖЬ";
$text['option-false']['sv-se'] = "Falsk";
$text['option-false']['uk-ua'] = "Ні";
$text['option-false']['uk-ua'] = "помилковий";
$text['option-false']['tr-tr'] = "YANLIŞ";
$text['option-false']['zh-cn'] = "错误的";
$text['option-false']['ja-jp'] = "間違い";
$text['option-false']['ko-kr'] = "거짓";
@ -298,6 +308,7 @@ $text['option-do_not_disturb']['ro-ro'] = "Nu deranjați";
$text['option-do_not_disturb']['ru-ru'] = "Не беспокоить (DND)";
$text['option-do_not_disturb']['sv-se'] = "Stör Ej";
$text['option-do_not_disturb']['uk-ua'] = "Не турбувати";
$text['option-do_not_disturb']['tr-tr'] = "Rahatsız etmeyin";
$text['option-do_not_disturb']['zh-cn'] = "请勿打扰";
$text['option-do_not_disturb']['ja-jp'] = "邪魔しないでください";
$text['option-do_not_disturb']['ko-kr'] = "방해하지 마";
@ -323,6 +334,7 @@ $text['option-available_on_demand']['ro-ro'] = "Disponibil (la cerere)";
$text['option-available_on_demand']['ru-ru'] = "Доступен (по требованию)";
$text['option-available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)";
$text['option-available_on_demand']['uk-ua'] = "Доступний (на вимогу)";
$text['option-available_on_demand']['tr-tr'] = "Mevcut (Talep Üzerine)";
$text['option-available_on_demand']['zh-cn'] = "可用(按需)";
$text['option-available_on_demand']['ja-jp'] = "利用可能な(オンデマンド)";
$text['option-available_on_demand']['ko-kr'] = "사용 가능 (주문형)";
@ -348,6 +360,7 @@ $text['option-available']['ro-ro'] = "Disponibil";
$text['option-available']['ru-ru'] = "Доступен";
$text['option-available']['sv-se'] = "Tillgänglig";
$text['option-available']['uk-ua'] = "Доступний";
$text['option-available']['tr-tr'] = "Mevcut";
$text['option-available']['zh-cn'] = "可用的";
$text['option-available']['ja-jp'] = "利用できる";
$text['option-available']['ko-kr'] = "사용 가능";
@ -454,6 +467,7 @@ $text['message-username_exists']['ro-ro'] = "Nume de utilizator deja existent";
$text['message-username_exists']['ru-ru'] = "Имя пользователя уже занято";
$text['message-username_exists']['sv-se'] = "Användarnamnet Existerar Redan";
$text['message-username_exists']['uk-ua'] = "Користувач вже існує";
$text['message-username_exists']['tr-tr'] = "Kullanıcı adı zaten var";
$text['message-username_exists']['zh-cn'] = "此用户名已存在";
$text['message-username_exists']['ja-jp'] = "ユーザー名 既に存在している";
$text['message-username_exists']['ko-kr'] = "사용자 이름이 이미 존재합니다";
@ -479,6 +493,7 @@ $text['message-password_mismatch']['ro-ro'] = "Parola nepotrivită";
$text['message-password_mismatch']['ru-ru'] = "Пароли не совпадают";
$text['message-password_mismatch']['sv-se'] = "Lösenordet Stämmer Inte";
$text['message-password_mismatch']['uk-ua'] = "Паролі не співпадають";
$text['message-password_mismatch']['tr-tr'] = "Şifre eşleşmiyor";
$text['message-password_mismatch']['zh-cn'] = "密码不匹配";
$text['message-password_mismatch']['ja-jp'] = "パスワード";
$text['message-password_mismatch']['ko-kr'] = "암호 불일치";
@ -504,6 +519,7 @@ $text['message-password_blank']['ro-ro'] = "Parolă Invalidă";
$text['message-password_blank']['ru-ru'] = "Неверный пароль";
$text['message-password_blank']['sv-se'] = "Ogiltigt Lösenord";
$text['message-password_blank']['uk-ua'] = "Неправильний пароль";
$text['message-password_blank']['tr-tr'] = "geçersiz şifre";
$text['message-password_blank']['zh-cn'] = "无效密码";
$text['message-password_blank']['ja-jp'] = "無効なパスワード";
$text['message-password_blank']['ko-kr'] = "유효하지 않은 비밀번호";
@ -529,6 +545,7 @@ $text['message-password_requirements']['ro-ro'] = "Cerințe privind parola";
$text['message-password_requirements']['ru-ru'] = "Требования к паролю";
$text['message-password_requirements']['sv-se'] = "Lösenordskrav";
$text['message-password_requirements']['uk-ua'] = "вимоги до паролю";
$text['message-password_requirements']['tr-tr'] = "parola gereksinimleri";
$text['message-password_requirements']['zh-cn'] = "密码要求";
$text['message-password_requirements']['ja-jp'] = "パスワード要件";
$text['message-password_requirements']['ko-kr'] = "비밀번호";
@ -554,6 +571,7 @@ $text['message-maximum_users']['ro-ro'] = "Numărul maxim de utilizatori:";
$text['message-maximum_users']['ru-ru'] = "Максимальное количество пользователей:";
$text['message-maximum_users']['sv-se'] = "Max Antal Användare:";
$text['message-maximum_users']['uk-ua'] = "Максимальна кількість користувачів";
$text['message-maximum_users']['tr-tr'] = "Maksimum Kullanıcı Sayısı:";
$text['message-maximum_users']['zh-cn'] = "最大用户::";
$text['message-maximum_users']['ja-jp'] = "最大ユーザー::";
$text['message-maximum_users']['ko-kr'] = "최대 사용자:";
@ -579,6 +597,7 @@ $text['message-copy']['ro-ro'] = "Copiere completă";
$text['message-copy']['ru-ru'] = "Копирование выполнено";
$text['message-copy']['sv-se'] = "Kopiering Slutförd";
$text['message-copy']['uk-ua'] = "Скопійовано";
$text['message-copy']['tr-tr'] = "Kopyalama Tamamlandı";
$text['message-copy']['zh-cn'] = "副本完成";
$text['message-copy']['ja-jp'] = "コピー完了";
$text['message-copy']['ko-kr'] = "복사 완료";
@ -604,6 +623,7 @@ $text['message-cannot_delete_own_account']['ro-ro'] = "Nu vă puteți șterge pr
$text['message-cannot_delete_own_account']['ru-ru'] = "Вы не можете удалить свою учетную запись. Войдите как другой пользователь, а затем повторите попытку.";
$text['message-cannot_delete_own_account']['sv-se'] = "Du kan inte ta bort ditt egna användarkonto. Logga in som en annan användare och försök igen.";
$text['message-cannot_delete_own_account']['uk-ua'] = "Ви не можете видалити власний обліковий запис. Будь ласка, увійдіть під іншим користувачем, потім повторіть спробу.";
$text['message-cannot_delete_own_account']['tr-tr'] = "Kendi kullanıcı hesabınızı silemezsiniz. Lütfen farklı bir kullanıcı olarak giriş yapın ve tekrar deneyin.";
$text['message-cannot_delete_own_account']['zh-cn'] = "您不能删除自己的用户账户。 请登录为一个不同的用户,然后再次尝试。";
$text['message-cannot_delete_own_account']['ja-jp'] = "ユーザーアカウントを削除することはできません。 別のユーザーとしてログインし、再度お試しください。";
$text['message-cannot_delete_own_account']['ko-kr'] = "사용자 계정을 삭제할 수 없습니다. 다른 사용자로 로그인 한 다음 다시 시도하십시오.";
@ -629,6 +649,7 @@ $text['message-invalid_user']['ro-ro'] = "Utilizator incorect";
$text['message-invalid_user']['ru-ru'] = "Недействительный пользователь";
$text['message-invalid_user']['sv-se'] = "Ogiltig användare";
$text['message-invalid_user']['uk-ua'] = "Недійсний користувач";
$text['message-invalid_user']['tr-tr'] = "Geçersiz kullanıcı";
$text['message-invalid_user']['zh-cn'] = "无效用户";
$text['message-invalid_user']['ja-jp'] = "無効なユーザー";
$text['message-invalid_user']['ko-kr'] = "잘못된 사용자";
@ -654,6 +675,7 @@ $text['message-unsaved_changes']['ro-ro'] = "Modificări nesalvate";
$text['message-unsaved_changes']['ru-ru'] = "Несохраненные изменения";
$text['message-unsaved_changes']['sv-se'] = "Osparade ändringar";
$text['message-unsaved_changes']['uk-ua'] = "Незбережені зміни";
$text['message-unsaved_changes']['tr-tr'] = "Kaydedilmemiş Değişiklikler";
$text['message-unsaved_changes']['zh-cn'] = "未保存的更改";
$text['message-unsaved_changes']['ja-jp'] = "未保存の変更";
$text['message-unsaved_changes']['ko-kr'] = "구원받지 않은 변화";
@ -679,6 +701,7 @@ $text['message-green_border_passwords_match']['ro-ro'] = "Marginile câmpurilor
$text['message-green_border_passwords_match']['ru-ru'] = "Зеленые границы полей указывают на совпадение введенных паролей.";
$text['message-green_border_passwords_match']['sv-se'] = "Gröna fältkanter indikerar att skrivna lösenord matchar.";
$text['message-green_border_passwords_match']['uk-ua'] = "Зелені межі поля вказують на збіг введених паролів.";
$text['message-green_border_passwords_match']['tr-tr'] = "Yeşil alan sınırları, girilen şifrelerin eşleştiğini gösterir.";
$text['message-green_border_passwords_match']['zh-cn'] = "绿色场边框表示键入密码匹配。";
$text['message-green_border_passwords_match']['ja-jp'] = "グリーンフィールドの境界線は、入力されたパスワードの一致を示しています。";
$text['message-green_border_passwords_match']['ko-kr'] = "녹색 필드 테두리는 타이핑 된 암호 일치를 나타냅니다.";
@ -704,6 +727,7 @@ $text['label-web_fonts']['ro-ro'] = "Fonturi web";
$text['label-web_fonts']['ru-ru'] = "Шрифты Web";
$text['label-web_fonts']['sv-se'] = "Webbtypsnitt";
$text['label-web_fonts']['uk-ua'] = "веб-шрифти";
$text['label-web_fonts']['tr-tr'] = "Web Yazı Tipleri";
$text['label-web_fonts']['zh-cn'] = "网络字体";
$text['label-web_fonts']['ja-jp'] = "Webフォント";
$text['label-web_fonts']['ko-kr'] = "웹 글꼴";
@ -729,6 +753,7 @@ $text['label-username']['ro-ro'] = "Utilizator";
$text['label-username']['ru-ru'] = "Имя пользователя";
$text['label-username']['sv-se'] = "Användarnamn";
$text['label-username']['uk-ua'] = "Ім’я користувача";
$text['label-username']['tr-tr'] = "Kullanıcı adı";
$text['label-username']['zh-cn'] = "用户名";
$text['label-username']['ja-jp'] = "ユーザ名";
$text['label-username']['ko-kr'] = "사용자 이름";
@ -754,6 +779,7 @@ $text['label-user_language']['ro-ro'] = "Limbă";
$text['label-user_language']['ru-ru'] = "Язык";
$text['label-user_language']['sv-se'] = "Språk";
$text['label-user_language']['uk-ua'] = "Мова";
$text['label-user_language']['tr-tr'] = "Dil";
$text['label-user_language']['zh-cn'] = "语言";
$text['label-user_language']['ja-jp'] = "言語";
$text['label-user_language']['ko-kr'] = "언어";
@ -771,7 +797,7 @@ $text['label-user_info']['fr-ca'] = "Informations sur l'utilisateur";
$text['label-user_info']['fr-fr'] = "Informations sur l'utilisateur";
$text['label-user_info']['he-il'] = "פרטי משתמש";
$text['label-user_info']['it-it'] = "Informazioni Utente";
$text['label-user_info']['nl-nl'] = "Info";
$text['label-user_info']['nl-nl'] = "gebruikers informatie";
$text['label-user_info']['pl-pl'] = "Informacje o użytkowniku";
$text['label-user_info']['pt-br'] = "Informação do Utilizador";
$text['label-user_info']['pt-pt'] = "Informação do Utilizador";
@ -779,6 +805,7 @@ $text['label-user_info']['ro-ro'] = "Informații utilizator";
$text['label-user_info']['ru-ru'] = "Информация о пользователе";
$text['label-user_info']['sv-se'] = "Användar Info";
$text['label-user_info']['uk-ua'] = "Інформація про користувача";
$text['label-user_info']['tr-tr'] = "Kullanıcı bilgisi";
$text['label-user_info']['zh-cn'] = "用户信息";
$text['label-user_info']['ja-jp'] = "ユーザー情報";
$text['label-user_info']['ko-kr'] = "사용자 정보";
@ -804,6 +831,7 @@ $text['label-uppercase_letters']['ro-ro'] = "Litere mari";
$text['label-uppercase_letters']['ru-ru'] = "Заглавные буквы";
$text['label-uppercase_letters']['sv-se'] = "Versala bokstäver";
$text['label-uppercase_letters']['uk-ua'] = "Великі літери";
$text['label-uppercase_letters']['tr-tr'] = "Büyük harfler";
$text['label-uppercase_letters']['zh-cn'] = "大写字母";
$text['label-uppercase_letters']['ja-jp'] = "アッパーケースレター";
$text['label-uppercase_letters']['ko-kr'] = "Uppercase 편지";
@ -829,6 +857,7 @@ $text['label-top']['ro-ro'] = "Top";
$text['label-top']['ru-ru'] = "Верх";
$text['label-top']['sv-se'] = "Topp";
$text['label-top']['uk-ua'] = "топ";
$text['label-top']['tr-tr'] = "Tepe";
$text['label-top']['zh-cn'] = "顶部";
$text['label-top']['ja-jp'] = "";
$text['label-top']['ko-kr'] = "맨 위";
@ -854,6 +883,7 @@ $text['label-time_zone']['ro-ro'] = "Fus orar";
$text['label-time_zone']['ru-ru'] = "Часовой пояс";
$text['label-time_zone']['sv-se'] = "Tidszon";
$text['label-time_zone']['uk-ua'] = "Часовий пояс";
$text['label-time_zone']['tr-tr'] = "Saat dilimi";
$text['label-time_zone']['zh-cn'] = "时间区";
$text['label-time_zone']['ja-jp'] = "タイムゾーン";
$text['label-time_zone']['ko-kr'] = "시간대";
@ -879,6 +909,7 @@ $text['label-text']['ro-ro'] = "Text";
$text['label-text']['ru-ru'] = "Текст";
$text['label-text']['sv-se'] = "Text";
$text['label-text']['uk-ua'] = "текст";
$text['label-text']['tr-tr'] = "Metin";
$text['label-text']['zh-cn'] = "案文";
$text['label-text']['ja-jp'] = "テキスト";
$text['label-text']['ko-kr'] = "텍스트";
@ -904,6 +935,7 @@ $text['label-status']['ro-ro'] = "Stare";
$text['label-status']['ru-ru'] = "Статус";
$text['label-status']['sv-se'] = "Status";
$text['label-status']['uk-ua'] = "Статус";
$text['label-status']['tr-tr'] = "Durum";
$text['label-status']['zh-cn'] = "地位";
$text['label-status']['ja-jp'] = "ステータス";
$text['label-status']['ko-kr'] = "상태";
@ -929,6 +961,7 @@ $text['label-static']['ro-ro'] = "Static";
$text['label-static']['ru-ru'] = "Статичный";
$text['label-static']['sv-se'] = "Statisk";
$text['label-static']['uk-ua'] = "статичний";
$text['label-static']['tr-tr'] = "Statik";
$text['label-static']['zh-cn'] = "静止的";
$text['label-static']['ja-jp'] = "スタティック";
$text['label-static']['ko-kr'] = "공전";
@ -954,6 +987,7 @@ $text['label-special_characters']['ro-ro'] = "caractere speciale";
$text['label-special_characters']['ru-ru'] = "Специальные символы";
$text['label-special_characters']['sv-se'] = "Specialtecken";
$text['label-special_characters']['uk-ua'] = "спеціальні символи";
$text['label-special_characters']['tr-tr'] = "Özel karakterler";
$text['label-special_characters']['zh-cn'] = "特殊字符";
$text['label-special_characters']['ja-jp'] = "特殊文字";
$text['label-special_characters']['ko-kr'] = "특수 문자";
@ -979,6 +1013,7 @@ $text['label-right']['ro-ro'] = "Dreapta";
$text['label-right']['ru-ru'] = "Справа";
$text['label-right']['sv-se'] = "Höger";
$text['label-right']['uk-ua'] = "правий";
$text['label-right']['tr-tr'] = "Sağ";
$text['label-right']['zh-cn'] = "权利";
$text['label-right']['ja-jp'] = "";
$text['label-right']['ko-kr'] = "오른쪽";
@ -1004,6 +1039,7 @@ $text['label-reference']['ro-ro'] = "Referinţă";
$text['label-reference']['ru-ru'] = "Вид";
$text['label-reference']['sv-se'] = "Referens";
$text['label-reference']['uk-ua'] = "посилання";
$text['label-reference']['tr-tr'] = "Görmek";
$text['label-reference']['zh-cn'] = "";
$text['label-reference']['ja-jp'] = "見る";
$text['label-reference']['ko-kr'] = "보다";
@ -1029,6 +1065,7 @@ $text['label-permission_permissions']['ro-ro'] = "Permisiuni";
$text['label-permission_permissions']['ru-ru'] = "Права";
$text['label-permission_permissions']['sv-se'] = "Rättigheter";
$text['label-permission_permissions']['uk-ua'] = "Привілеї";
$text['label-permission_permissions']['tr-tr'] = "İzinler";
$text['label-permission_permissions']['zh-cn'] = "权限";
$text['label-permission_permissions']['ja-jp'] = "パーミッション";
$text['label-permission_permissions']['ko-kr'] = "권한";
@ -1054,6 +1091,7 @@ $text['label-permission_description']['ro-ro'] = "Descriere";
$text['label-permission_description']['ru-ru'] = "Описание";
$text['label-permission_description']['sv-se'] = "Beskrivning";
$text['label-permission_description']['uk-ua'] = "Опис";
$text['label-permission_description']['tr-tr'] = "Tanım";
$text['label-permission_description']['zh-cn'] = "描述";
$text['label-permission_description']['ja-jp'] = "説明";
$text['label-permission_description']['ko-kr'] = "설명";
@ -1079,6 +1117,7 @@ $text['label-password']['ro-ro'] = "Parolă";
$text['label-password']['ru-ru'] = "Пароль";
$text['label-password']['sv-se'] = "Lösenord";
$text['label-password']['uk-ua'] = "Пароль";
$text['label-password']['tr-tr'] = "Şifre";
$text['label-password']['zh-cn'] = "密码";
$text['label-password']['ja-jp'] = "パスワード";
$text['label-password']['ko-kr'] = "비밀번호";
@ -1104,6 +1143,7 @@ $text['label-other']['ro-ro'] = "Alte";
$text['label-other']['ru-ru'] = "Другие";
$text['label-other']['sv-se'] = "Annat";
$text['label-other']['uk-ua'] = "Інше";
$text['label-other']['tr-tr'] = "Diğer";
$text['label-other']['zh-cn'] = "其他";
$text['label-other']['ja-jp'] = "その他";
$text['label-other']['ko-kr'] = "다른";
@ -1129,6 +1169,7 @@ $text['label-numbers']['ro-ro'] = "numere";
$text['label-numbers']['ru-ru'] = "Цифры";
$text['label-numbers']['sv-se'] = "Nummer";
$text['label-numbers']['uk-ua'] = "чисел";
$text['label-numbers']['tr-tr'] = "Sayılar";
$text['label-numbers']['zh-cn'] = "数字";
$text['label-numbers']['ja-jp'] = "ナンバー";
$text['label-numbers']['ko-kr'] = "민수기";
@ -1154,6 +1195,7 @@ $text['label-none']['ro-ro'] = "Nici unul";
$text['label-none']['ru-ru'] = "Никто";
$text['label-none']['sv-se'] = "Ingen";
$text['label-none']['uk-ua'] = "жоден";
$text['label-none']['tr-tr'] = "Hiçbiri";
$text['label-none']['zh-cn'] = "";
$text['label-none']['ja-jp'] = "なし";
$text['label-none']['ko-kr'] = "없음";
@ -1179,6 +1221,7 @@ $text['label-lowercase_letters']['ro-ro'] = "Litere mici";
$text['label-lowercase_letters']['ru-ru'] = "Строчные буквы";
$text['label-lowercase_letters']['sv-se'] = "Gemener";
$text['label-lowercase_letters']['uk-ua'] = "Букви нижнього регістру";
$text['label-lowercase_letters']['tr-tr'] = "Küçük harfler";
$text['label-lowercase_letters']['zh-cn'] = "小写字母";
$text['label-lowercase_letters']['ja-jp'] = "小文字";
$text['label-lowercase_letters']['ko-kr'] = "소문자";
@ -1204,6 +1247,7 @@ $text['label-left']['ro-ro'] = "Stânga";
$text['label-left']['ru-ru'] = "Слева";
$text['label-left']['sv-se'] = "Vänster";
$text['label-left']['uk-ua'] = "лівий";
$text['label-left']['tr-tr'] = "Sol";
$text['label-left']['zh-cn'] = "左边";
$text['label-left']['ja-jp'] = "";
$text['label-left']['ko-kr'] = "왼쪽";
@ -1229,6 +1273,7 @@ $text['label-last_name']['ro-ro'] = "Nume";
$text['label-last_name']['ru-ru'] = "Фамилия";
$text['label-last_name']['sv-se'] = "Efternamn";
$text['label-last_name']['uk-ua'] = "Прізвище";
$text['label-last_name']['tr-tr'] = "Soy isim";
$text['label-last_name']['zh-cn'] = "";
$text['label-last_name']['ja-jp'] = "苗字";
$text['label-last_name']['ko-kr'] = "";
@ -1254,6 +1299,7 @@ $text['label-inline']['ro-ro'] = "In linie";
$text['label-inline']['ru-ru'] = "В соответствии";
$text['label-inline']['sv-se'] = "Inline";
$text['label-inline']['uk-ua'] = "В лінію";
$text['label-inline']['tr-tr'] = "Çizgide";
$text['label-inline']['zh-cn'] = "排队";
$text['label-inline']['ja-jp'] = "インライン";
$text['label-inline']['ko-kr'] = "인라인";
@ -1279,6 +1325,7 @@ $text['label-image']['ro-ro'] = "Imagine";
$text['label-image']['ru-ru'] = "Изображение";
$text['label-image']['sv-se'] = "Bild";
$text['label-image']['uk-ua'] = "зображення";
$text['label-image']['tr-tr'] = "Resim";
$text['label-image']['zh-cn'] = "图像";
$text['label-image']['ja-jp'] = "画像";
$text['label-image']['ko-kr'] = "영상";
@ -1304,6 +1351,7 @@ $text['label-groups']['ro-ro'] = "Grupuri";
$text['label-groups']['ru-ru'] = "Группы";
$text['label-groups']['sv-se'] = "Grupper";
$text['label-groups']['uk-ua'] = "Групи";
$text['label-groups']['tr-tr'] = "Gruplar";
$text['label-groups']['zh-cn'] = "团体";
$text['label-groups']['ja-jp'] = "グループ";
$text['label-groups']['ko-kr'] = "여러 떼";
@ -1329,6 +1377,7 @@ $text['label-group']['ro-ro'] = "grup";
$text['label-group']['ru-ru'] = "Группа";
$text['label-group']['sv-se'] = "Grupp";
$text['label-group']['uk-ua'] = "Група";
$text['label-group']['tr-tr'] = "Grup";
$text['label-group']['zh-cn'] = "그룹";
$text['label-group']['ja-jp'] = "グループ";
$text['label-group']['ko-kr'] = "그룹";
@ -1354,6 +1403,7 @@ $text['label-organization']['ro-ro'] = "Organizare";
$text['label-organization']['ru-ru'] = "Организация";
$text['label-organization']['sv-se'] = "Organisation";
$text['label-organization']['uk-ua'] = "Організація";
$text['label-organization']['tr-tr'] = "Organizasyon";
$text['label-organization']['zh-cn'] = "组织";
$text['label-organization']['ja-jp'] = "組織";
$text['label-organization']['ko-kr'] = "조직";
@ -1379,6 +1429,7 @@ $text['label-global']['ro-ro'] = "Global";
$text['label-global']['ru-ru'] = "Глобальный";
$text['label-global']['sv-se'] = "Global";
$text['label-global']['uk-ua'] = "Глобально";
$text['label-global']['tr-tr'] = "Küresel";
$text['label-global']['zh-cn'] = "全球";
$text['label-global']['ja-jp'] = "グローバル";
$text['label-global']['ko-kr'] = "글로벌";
@ -1404,6 +1455,7 @@ $text['label-fixed']['ro-ro'] = "Fix";
$text['label-fixed']['ru-ru'] = "Фиксированный";
$text['label-fixed']['sv-se'] = "Fast";
$text['label-fixed']['uk-ua'] = "фіксований";
$text['label-fixed']['tr-tr'] = "Sabit";
$text['label-fixed']['zh-cn'] = "固定";
$text['label-fixed']['ja-jp'] = "固定式";
$text['label-fixed']['ko-kr'] = "결정된";
@ -1429,6 +1481,7 @@ $text['label-first_name']['ro-ro'] = "Prénom";
$text['label-first_name']['ru-ru'] = "Имя";
$text['label-first_name']['sv-se'] = "Förnamn";
$text['label-first_name']['uk-ua'] = "Ім’я";
$text['label-first_name']['tr-tr'] = "İlk adı";
$text['label-first_name']['zh-cn'] = "";
$text['label-first_name']['ja-jp'] = "ファーストネーム";
$text['label-first_name']['ko-kr'] = "이름";
@ -1454,6 +1507,7 @@ $text['label-email']['ro-ro'] = "E-mail";
$text['label-email']['ru-ru'] = "Email";
$text['label-email']['sv-se'] = "E-post";
$text['label-email']['uk-ua'] = "Електронна пошта";
$text['label-email']['tr-tr'] = "E-posta";
$text['label-email']['zh-cn'] = "电子邮件";
$text['label-email']['ja-jp'] = "Eメール";
$text['label-email']['ko-kr'] = "이메일";
@ -1479,6 +1533,7 @@ $text['label-domain']['ro-ro'] = "Domeniu";
$text['label-domain']['ru-ru'] = "Домен";
$text['label-domain']['sv-se'] = "Domän";
$text['label-domain']['uk-ua'] = "Домен";
$text['label-domain']['tr-tr'] = "İhtisas";
$text['label-domain']['zh-cn'] = "领域";
$text['label-domain']['ja-jp'] = "ドメイン";
$text['label-domain']['ko-kr'] = "도메인";
@ -1504,6 +1559,7 @@ $text['label-contact']['ro-ro'] = "a lua legatura";
$text['label-contact']['ru-ru'] = "Контакт";
$text['label-contact']['sv-se'] = "Kontakt";
$text['label-contact']['uk-ua'] = "Контакт";
$text['label-contact']['tr-tr'] = "Temas etmek";
$text['label-contact']['zh-cn'] = "联系";
$text['label-contact']['ja-jp'] = "コンタクト";
$text['label-contact']['ko-kr'] = "연락하다";
@ -1529,6 +1585,7 @@ $text['label-confirm_password']['ro-ro'] = "Confirmă parola";
$text['label-confirm_password']['ru-ru'] = "Подтвердите пароль";
$text['label-confirm_password']['sv-se'] = "Bekräfta Lösenord";
$text['label-confirm_password']['uk-ua'] = "Повторити пароль";
$text['label-confirm_password']['tr-tr'] = "Şifreyi Onayla";
$text['label-confirm_password']['zh-cn'] = "确认密码";
$text['label-confirm_password']['ja-jp'] = "パスワードの確認";
$text['label-confirm_password']['ko-kr'] = "비밀번호 확인";
@ -1554,6 +1611,7 @@ $text['label-company_name']['ro-ro'] = "Numele companiei";
$text['label-company_name']['ru-ru'] = "Название компании";
$text['label-company_name']['sv-se'] = "Företags Namn";
$text['label-company_name']['uk-ua'] = "Назва компанії";
$text['label-company_name']['tr-tr'] = "Firma Adı";
$text['label-company_name']['zh-cn'] = "公司名称";
$text['label-company_name']['ja-jp'] = "会社概要";
$text['label-company_name']['ko-kr'] = "회사명";
@ -1579,6 +1637,7 @@ $text['label-characters']['ro-ro'] = "caractere";
$text['label-characters']['ru-ru'] = "символов";
$text['label-characters']['sv-se'] = "Tecken";
$text['label-characters']['uk-ua'] = "персонажі";
$text['label-characters']['tr-tr'] = "Geçersiz Şifre Uzunluğu";
$text['label-characters']['zh-cn'] = "密码长度无效";
$text['label-characters']['ja-jp'] = "無効なパスワードの長さ";
$text['label-characters']['ko-kr'] = "잘못된 비밀번호 길이";
@ -1604,6 +1663,7 @@ $text['label-required']['ro-ro'] = "Necesar";
$text['label-required']['ru-ru'] = "Необходимый";
$text['label-required']['sv-se'] = "Krav";
$text['label-required']['uk-ua'] = "вимагається";
$text['label-required']['tr-tr'] = "Gerekli";
$text['label-required']['zh-cn'] = "必需的";
$text['label-required']['ja-jp'] = "必要";
$text['label-required']['ko-kr'] = "필수의";
@ -1629,6 +1689,7 @@ $text['label-number']['ro-ro'] = "Număr";
$text['label-number']['ru-ru'] = "Число";
$text['label-number']['sv-se'] = "Siffror";
$text['label-number']['uk-ua'] = "Номер";
$text['label-number']['tr-tr'] = "Sayı";
$text['label-number']['zh-cn'] = "数字";
$text['label-number']['ja-jp'] = "番号";
$text['label-number']['ko-kr'] = "숫자";
@ -1654,6 +1715,7 @@ $text['label-lowercase']['ro-ro'] = "Litere mici";
$text['label-lowercase']['ru-ru'] = "Нижний регистр";
$text['label-lowercase']['sv-se'] = "Gemener";
$text['label-lowercase']['uk-ua'] = "Малі літери";
$text['label-lowercase']['tr-tr'] = "Küçük harf";
$text['label-lowercase']['zh-cn'] = "小写";
$text['label-lowercase']['ja-jp'] = "小文字";
$text['label-lowercase']['ko-kr'] = "소문자";
@ -1679,6 +1741,7 @@ $text['label-uppercase']['ro-ro'] = "Majuscule";
$text['label-uppercase']['ru-ru'] = "Верхний регистр";
$text['label-uppercase']['sv-se'] = "Versaler";
$text['label-uppercase']['uk-ua'] = "Великі літери";
$text['label-uppercase']['tr-tr'] = "Büyük harf";
$text['label-uppercase']['zh-cn'] = "大写";
$text['label-uppercase']['ja-jp'] = "大文字";
$text['label-uppercase']['ko-kr'] = "대문자";
@ -1704,6 +1767,7 @@ $text['label-special']['ro-ro'] = "Special";
$text['label-special']['ru-ru'] = "Особенный";
$text['label-special']['sv-se'] = "Särskild";
$text['label-special']['uk-ua'] = "Особливий";
$text['label-special']['tr-tr'] = "Özel";
$text['label-special']['zh-cn'] = "特别的";
$text['label-special']['ja-jp'] = "特別";
$text['label-special']['ko-kr'] = "특별한";
@ -1729,6 +1793,7 @@ $text['label-center']['ro-ro'] = "Centru";
$text['label-center']['ru-ru'] = "Центр";
$text['label-center']['sv-se'] = "Centrum";
$text['label-center']['uk-ua'] = "центр";
$text['label-center']['tr-tr'] = "Merkez";
$text['label-center']['zh-cn'] = "中心";
$text['label-center']['ja-jp'] = "中心";
$text['label-center']['ko-kr'] = "센터";
@ -1754,6 +1819,7 @@ $text['label-bottom']['ro-ro'] = "Fund";
$text['label-bottom']['ru-ru'] = "Низ";
$text['label-bottom']['sv-se'] = "Botten";
$text['label-bottom']['uk-ua'] = "дно";
$text['label-bottom']['tr-tr'] = "Alt";
$text['label-bottom']['zh-cn'] = "底部";
$text['label-bottom']['ja-jp'] = "";
$text['label-bottom']['ko-kr'] = "맨 아래";
@ -1779,6 +1845,7 @@ $text['label-api_key']['ro-ro'] = "Cheia API";
$text['label-api_key']['ru-ru'] = "Ключ API";
$text['label-api_key']['sv-se'] = "API Nyckel";
$text['label-api_key']['uk-ua'] = "Ключ API";
$text['label-api_key']['tr-tr'] = "API Anahtarı";
$text['label-api_key']['zh-cn'] = "API密钥";
$text['label-api_key']['ja-jp'] = "API キー";
$text['label-api_key']['ko-kr'] = "API 키";
@ -1804,6 +1871,7 @@ $text['label-message_key']['ro-ro'] = "Cheia mesajului";
$text['label-message_key']['ru-ru'] = "Ключ Message";
$text['label-message_key']['sv-se'] = "Message Nyckel";
$text['label-message_key']['uk-ua'] = "Ключ Message";
$text['label-message_key']['tr-tr'] = "Mesaj Anahtarı";
$text['label-message_key']['zh-cn'] = "消息键";
$text['label-message_key']['ja-jp'] = "メッセージキー";
$text['label-message_key']['ko-kr'] = "메시지 키";
@ -1855,6 +1923,7 @@ $text['label-additional_info']['ro-ro'] = "Informații suplimentare";
$text['label-additional_info']['ru-ru'] = "Дополнительная информация";
$text['label-additional_info']['sv-se'] = "Ytterligare Info";
$text['label-additional_info']['uk-ua'] = "Додаткова інформація";
$text['label-additional_info']['tr-tr'] = "İlave bilgi";
$text['label-additional_info']['zh-cn'] = "其他信息";
$text['label-additional_info']['ja-jp'] = "追加情報";
$text['label-additional_info']['ko-kr'] = "추가 정보";
@ -1880,6 +1949,7 @@ $text['label-24-hour']['ro-ro'] = "24 de ore";
$text['label-24-hour']['ru-ru'] = "24-часовой";
$text['label-24-hour']['sv-se'] = "24-Timmars";
$text['label-24-hour']['uk-ua'] = "24-годинний";
$text['label-24-hour']['tr-tr'] = "24 saat";
$text['label-24-hour']['zh-cn'] = "24小时";
$text['label-24-hour']['ja-jp'] = "24時間";
$text['label-24-hour']['ko-kr'] = "24시간";
@ -1905,6 +1975,7 @@ $text['label-12-hour']['ro-ro'] = "12 de ore";
$text['label-12-hour']['ru-ru'] = "12-часовой";
$text['label-12-hour']['sv-se'] = "12-Timmars";
$text['label-12-hour']['uk-ua'] = "12-годинний";
$text['label-12-hour']['tr-tr'] = "12 saat";
$text['label-12-hour']['zh-cn'] = "12小时";
$text['label-12-hour']['ja-jp'] = "12時間";
$text['label-12-hour']['ko-kr'] = "12시간";
@ -1927,6 +1998,10 @@ $text['label-dynamic']['pl-pl'] = "Dynamiczny";
$text['label-dynamic']['pt-br'] = "Dinâmico";
$text['label-dynamic']['pt-pt'] = "Dinâmico";
$text['label-dynamic']['ro-ro'] = "Dinamic";
$text['label-dynamic']['ru-ru'] = "Динамический";
$text['label-dynamic']['sv-se'] = "Dynamisk";
$text['label-dynamic']['uk-ua'] = "Динамічний";
$text['label-dynamic']['tr-tr'] = "Dinamik";
$text['label-dynamic']['zh-cn'] = "动态的";
$text['label-dynamic']['ja-jp'] = "ダイナミック";
$text['label-dynamic']['ko-kr'] = "다이나믹";
@ -1949,6 +2024,10 @@ $text['label-single']['pl-pl'] = "Pojedynczy";
$text['label-single']['pt-br'] = "Solteiro";
$text['label-single']['pt-pt'] = "Solteiro";
$text['label-single']['ro-ro'] = "Singur";
$text['label-single']['ru-ru'] = "Одинокий";
$text['label-single']['sv-se'] = "Enda";
$text['label-single']['uk-ua'] = "неодружений";
$text['label-single']['tr-tr'] = "";
$text['label-single']['zh-cn'] = "单身的";
$text['label-single']['ja-jp'] = "シングル";
$text['label-single']['ko-kr'] = "미혼";
@ -1971,6 +2050,10 @@ $text['label-multiple']['pl-pl'] = "Wiele";
$text['label-multiple']['pt-br'] = "Múltiplo";
$text['label-multiple']['pt-pt'] = "Múltiplo";
$text['label-multiple']['ro-ro'] = "Multiplu";
$text['label-multiple']['ru-ru'] = "Несколько";
$text['label-multiple']['sv-se'] = "Flera olika";
$text['label-multiple']['uk-ua'] = "множинний";
$text['label-multiple']['tr-tr'] = "Çoklu";
$text['label-multiple']['zh-cn'] = "多重";
$text['label-multiple']['ja-jp'] = "多重";
$text['label-multiple']['ko-kr'] = "다수의";
@ -1996,6 +2079,7 @@ $text['header-user_manager']['ro-ro'] = "Utilizatori";
$text['header-user_manager']['ru-ru'] = "Пользователи";
$text['header-user_manager']['sv-se'] = "Användare";
$text['header-user_manager']['uk-ua'] = "Користувачі";
$text['header-user_manager']['tr-tr'] = "Kullanıcılar";
$text['header-user_manager']['zh-cn'] = "用户";
$text['header-user_manager']['ja-jp'] = "ユーザー";
$text['header-user_manager']['ko-kr'] = "사용자";
@ -2021,6 +2105,7 @@ $text['header-user_edit']['ro-ro'] = "Utilizator";
$text['header-user_edit']['ru-ru'] = "Пользователь";
$text['header-user_edit']['sv-se'] = "Användare";
$text['header-user_edit']['uk-ua'] = "Користувач";
$text['header-user_edit']['tr-tr'] = "Kullanıcı";
$text['header-user_edit']['zh-cn'] = "用户";
$text['header-user_edit']['ja-jp'] = "ユーザー";
$text['header-user_edit']['ko-kr'] = "사용자";
@ -2046,6 +2131,7 @@ $text['header-user_add']['ro-ro'] = "Utilizator";
$text['header-user_add']['ru-ru'] = "Пользователь";
$text['header-user_add']['sv-se'] = "Användare";
$text['header-user_add']['uk-ua'] = "Користувач";
$text['header-user_add']['tr-tr'] = "Kullanıcı";
$text['header-user_add']['zh-cn'] = "用户";
$text['header-user_add']['ja-jp'] = "ユーザー";
$text['header-user_add']['ko-kr'] = "사용자";
@ -2125,6 +2211,7 @@ $text['header_description-user_settings']['ro-ro'] = "Setări pentru acest utili
$text['header_description-user_settings']['ru-ru'] = "Настройки для этого пользователя, которые должны иметь приоритет над настройками, определенными в настройках домена или по умолчанию.";
$text['header_description-user_settings']['sv-se'] = "Inställningar för denna användare som ska åsidosätta de som definierats i Domän eller Standardinställningar.";
$text['header_description-user_settings']['uk-ua'] = "Налаштування для цього користувача, які мають замінити параметри, визначені в домені або налаштуваннях за замовчуванням.";
$text['header_description-user_settings']['tr-tr'] = "Bu kullanıcının Etki Alanı veya Varsayılan Ayarlar'da tanımlanan ayarları geçersiz kılması gereken ayarlar.";
$text['header_description-user_settings']['zh-cn'] = "此用户的设置应覆盖域或默认设置中定义的设置。";
$text['header_description-user_settings']['ja-jp'] = "ドメインまたはデフォルト設定で定義されているものを上書きするこのユーザーの設定。";
$text['header_description-user_settings']['ko-kr'] = "이 사용자에 대한 설정은 도메인 또는 기본 설정에서 정의된 것을 무시해야 합니다.";
@ -2150,6 +2237,7 @@ $text['description-user_manager']['ro-ro'] = "Adăugați, editați, ștergeți
$text['description-user_manager']['ru-ru'] = "Добавление, изменение, удаление и поиск пользователей. ";
$text['description-user_manager']['sv-se'] = "Lägg Till, editera, ta bort och sök användare.";
$text['description-user_manager']['uk-ua'] = "Додавання, редагування, видалення та пошук користувачів";
$text['description-user_manager']['tr-tr'] = "Kullanıcı ekleyin, düzenleyin, silin ve arayın.";
$text['description-user_manager']['zh-cn'] = "增加、编辑、删除和搜索用户。";
$text['description-user_manager']['ja-jp'] = "ユーザの追加、編集、削除、検索を行います。";
$text['description-user_manager']['ko-kr'] = "추가, 편집, 삭제 및 검색 사용자.";
@ -2175,6 +2263,7 @@ $text['description-user_language']['ro-ro'] = "Selecție limbă";
$text['description-user_language']['ru-ru'] = "Выберите язык.";
$text['description-user_language']['sv-se'] = "Välj Språk";
$text['description-user_language']['uk-ua'] = "Виберіть мову";
$text['description-user_language']['tr-tr'] = "Dili seçin.";
$text['description-user_language']['zh-cn'] = "选择语言。";
$text['description-user_language']['ja-jp'] = "言語を選択します。";
$text['description-user_language']['ko-kr'] = "언어 선택";
@ -2200,6 +2289,7 @@ $text['description-user_edit']['ro-ro'] = "Editați informațiile despre utiliza
$text['description-user_edit']['ru-ru'] = "Изменение информации о пользователях и членстве в группах. ";
$text['description-user_edit']['sv-se'] = "Ändra användarinformation och grupp medlemskap.";
$text['description-user_edit']['uk-ua'] = "Змініть інформацію користувача і членство в групі.";
$text['description-user_edit']['tr-tr'] = "Kullanıcı bilgilerini ve grup üyeliğini düzenleyin.";
$text['description-user_edit']['zh-cn'] = "编辑用户信息和组成员身份。";
$text['description-user_edit']['ja-jp'] = "ユーザー情報とグループ メンバーシップを編集します。";
$text['description-user_edit']['ko-kr'] = "사용자 정보 및 그룹 회원 편집.";
@ -2225,6 +2315,7 @@ $text['description-user_add']['ro-ro'] = "Pentru a adăuga un utilizator, vă ru
$text['description-user_add']['ru-ru'] = "Чтобы добавить пользователя, заполните эту форму полностью. Все поля обязательны для заполнения. ";
$text['description-user_add']['sv-se'] = "För att lägga till en användare, fyll i hela detta formulär. Alla fält måste fyllas i.";
$text['description-user_add']['uk-ua'] = "Щоб додати користувача, будь ласка, заповніть цю форму повністю. Всі поля обов'язкові для заповнення.";
$text['description-user_add']['tr-tr'] = "Kullanıcı eklemek için lütfen bu formu eksiksiz doldurunuz. Tüm alanlar zorunludur.";
$text['description-user_add']['zh-cn'] = "添加用户,请填写这一表格。 需要所有领域。";
$text['description-user_add']['ja-jp'] = "ユーザを追加するには、このフォームを完全に記入してください。 すべてのフィールドが必要です。";
$text['description-user_add']['ko-kr'] = "사용자를 추가하려면 이 양식을 완전히 작성하십시오. 모든 분야가 요구됩니다.";
@ -2250,6 +2341,7 @@ $text['description-time_zone']['ro-ro'] = "Selectați fusul orar implicit.";
$text['description-time_zone']['ru-ru'] = "Выберите часовой пояс по умолчанию.";
$text['description-time_zone']['sv-se'] = "Välj standard tidszon";
$text['description-time_zone']['uk-ua'] = "Виберіть часовий пояс за замовчуванням.";
$text['description-time_zone']['tr-tr'] = "Varsayılan saat dilimini seçin.";
$text['description-time_zone']['zh-cn'] = "选择默认时区。";
$text['description-time_zone']['ja-jp'] = "デフォルトのタイムゾーンを選択します。";
$text['description-time_zone']['ko-kr'] = "기본 시간대를 선택하십시오.";
@ -2275,6 +2367,7 @@ $text['description-status']['ro-ro'] = "Selectați starea utilizatorului";
$text['description-status']['ru-ru'] = "Установить статус присутствия пользователя.";
$text['description-status']['sv-se'] = "Ange användarens status..";
$text['description-status']['uk-ua'] = "Виберіть статус користувача";
$text['description-status']['tr-tr'] = "Kullanıcının varlığını ayarlayın.";
$text['description-status']['zh-cn'] = "设置用户的存在。";
$text['description-status']['ja-jp'] = "ユーザーのプレゼンスを設定します。";
$text['description-status']['ko-kr'] = "사용자의 프레즌스를 설정합니다.";
@ -2300,6 +2393,7 @@ $text['description-enabled']['ro-ro'] = "Setați starea acestui cont.";
$text['description-enabled']['ru-ru'] = "Установить статус учетной записи.";
$text['description-enabled']['sv-se'] = "Ange statusen på detta konto..";
$text['description-enabled']['uk-ua'] = "Вкажіть стан цього облікового запису.";
$text['description-enabled']['tr-tr'] = "Bu hesabın durumunu ayarlayın.";
$text['description-enabled']['zh-cn'] = "确立该账户的地位。";
$text['description-enabled']['ja-jp'] = "このアカウントのステータスを設定します。";
$text['description-enabled']['ko-kr'] = "이 계정의 상태를 설정합니다.";
@ -2325,6 +2419,7 @@ $text['description-contact_view']['ro-ro'] = "Vedere";
$text['description-contact_view']['ru-ru'] = "Посмотреть";
$text['description-contact_view']['sv-se'] = "Visa";
$text['description-contact_view']['uk-ua'] = "Перегляд";
$text['description-contact_view']['tr-tr'] = "Görüş";
$text['description-contact_view']['zh-cn'] = "观点";
$text['description-contact_view']['ja-jp'] = "ニュース";
$text['description-contact_view']['ko-kr'] = "보다";
@ -2350,6 +2445,7 @@ $text['description-contact']['ro-ro'] = "Atribuiți o persoană de contact acest
$text['description-contact']['ru-ru'] = "Назначить контакт для этой учетной записи пользователя.";
$text['description-contact']['sv-se'] = "Tilldela en kontakt till detta konto.";
$text['description-contact']['uk-ua'] = "Призначити контакт в цей обліковий запис користувача.";
$text['description-contact']['tr-tr'] = "Bu kullanıcı hesabına bir kişi atayın.";
$text['description-contact']['zh-cn'] = "为该用户帐户分配一个联系人。";
$text['description-contact']['ja-jp'] = "このユーザーアカウントに連絡先を割り当てます。";
$text['description-contact']['ko-kr'] = "이 사용자 계정의 연락처를 할당합니다.";
@ -2375,6 +2471,7 @@ $text['description-api_key']['ro-ro'] = "Utilizați butonul de generare pentru a
$text['description-api_key']['ru-ru'] = "Введите ключ API (обычно UUID). Ключ API должен быть 128 бит или больше.";
$text['description-api_key']['sv-se'] = "Ange API nyckel (ofta UUID). API nyckeln borde vara 128 bit eller mer.";
$text['description-api_key']['uk-ua'] = "Введіть ключ API, зазвичай UUID. Ключ API повинен бути 128 біт або більше.";
$text['description-api_key']['tr-tr'] = "Bir anahtar oluşturmak için oluştur düğmesini kullanın.";
$text['description-api_key']['zh-cn'] = "使用生成按钮创建密钥。";
$text['description-api_key']['ja-jp'] = "生成ボタンを使用してキーを作成します。";
$text['description-api_key']['ko-kr'] = "생성 버튼을 사용하여 키를 만듭니다.";
@ -2400,6 +2497,7 @@ $text['description-message_key']['ro-ro'] = "Utilizați butonul de generare pent
$text['description-message_key']['ru-ru'] = "Введите ключ API (обычно UUID). Ключ API должен быть 128 бит или больше.";
$text['description-message_key']['sv-se'] = "Ange API nyckel (ofta UUID). API nyckeln borde vara 128 bit eller mer.";
$text['description-message_key']['uk-ua'] = "Введіть ключ API, зазвичай UUID. Ключ API повинен бути 128 біт або більше.";
$text['description-message_key']['tr-tr'] = "Bir anahtar oluşturmak için oluştur düğmesini kullanın.";
$text['description-message_key']['zh-cn'] = "使用生成按钮创建密钥。";
$text['description-message_key']['ja-jp'] = "生成ボタンを使用してキーを作成します。";
$text['description-message_key']['ko-kr'] = "생성 버튼을 사용하여 키를 만듭니다.";
@ -2424,7 +2522,7 @@ $text['label-user_type']['ro-ro'] = "Tip";
$text['label-user_type']['ru-ru'] = "Тип";
$text['label-user_type']['sv-se'] = "Typ";
$text['label-user_type']['uk-ua'] = "Tip";
$text['label-user_type']['tr-tr'] = "oluştur";
$text['label-user_type']['tr-tr'] = "Tip";
$text['label-user_type']['zh-cn'] = "类型";
$text['label-user_type']['ja-jp'] = "タイプ";
$text['label-user_type']['ko-kr'] = "유형";
@ -2476,6 +2574,7 @@ $text['label-user_totp_secret']['ro-ro'] = "TOTP";
$text['label-user_totp_secret']['ru-ru'] = "totp";
$text['label-user_totp_secret']['sv-se'] = "Totp";
$text['label-user_totp_secret']['uk-ua'] = "Твитнуть";
$text['label-user_totp_secret']['tr-tr'] = "TOTP";
$text['label-user_totp_secret']['zh-cn'] = "TOTP";
$text['label-user_totp_secret']['ja-jp'] = "TOTP";
$text['label-user_totp_secret']['ko-kr'] = "TOTP";
@ -2501,6 +2600,7 @@ $text['description-user_totp_secret']['ro-ro'] = "Apăsați butonul Configurare
$text['description-user_totp_secret']['ru-ru'] = "Нажмите кнопку Настройка, чтобы создать пароль на основе времени.";
$text['description-user_totp_secret']['sv-se'] = "Tryck på Setup-knappen för att generera Time Base One Time-lösenordet.";
$text['description-user_totp_secret']['uk-ua'] = "Натисніть кнопку Налаштування, щоб генерувати час на основі одного пароля часу.";
$text['description-user_totp_secret']['tr-tr'] = "Zamana dayalı Tek Kullanımlık şifreyi oluşturmak için Kurulum düğmesine basın.";
$text['description-user_totp_secret']['zh-cn'] = "按设置按钮生成基于时间的一次性密码。";
$text['description-user_totp_secret']['ja-jp'] = "セットアップ ボタンを押して、時間ベースのワンタイム パスワードを生成します。";
$text['description-user_totp_secret']['ko-kr'] = "시간 기반 일회용 암호를 생성하려면 설정 버튼을 누르십시오.";
@ -2526,6 +2626,7 @@ $text['description-user_totp_qr_code']['ro-ro'] = "Scanați codul QR cu o aplica
$text['description-user_totp_qr_code']['ru-ru'] = "Сканируйте QR-код с приложением Authenticator.";
$text['description-user_totp_qr_code']['sv-se'] = "Skanna QR-koden med en Authenticator-app.";
$text['description-user_totp_qr_code']['uk-ua'] = "Сканування QR-коду за допомогою програми Authenticator.";
$text['description-user_totp_qr_code']['tr-tr'] = "QR kodunu bir Authenticator Uygulaması ile tarayın.";
$text['description-user_totp_qr_code']['zh-cn'] = "使用验证器应用程序扫描二维码。";
$text['description-user_totp_qr_code']['ja-jp'] = "認証アプリで QR コードをスキャンします。";
$text['description-user_totp_qr_code']['ko-kr'] = "OTP 앱으로 QR 코드를 스캔하세요.";
@ -2551,6 +2652,7 @@ $text['description-user_totp_view']['ro-ro'] = "Afișează, ascunde sau dezactiv
$text['description-user_totp_view']['ru-ru'] = "Показать, скрыть или отключить QR-код.";
$text['description-user_totp_view']['sv-se'] = "Visa, dölja eller inaktivera QR-koden.";
$text['description-user_totp_view']['uk-ua'] = "Показати, приховати або вимкнути QR-код.";
$text['description-user_totp_view']['tr-tr'] = "QR kodunu gösterin, gizleyin veya devre dışı bırakın.";
$text['description-user_totp_view']['zh-cn'] = "显示、隐藏或禁用二维码。";
$text['description-user_totp_view']['ja-jp'] = "QRコードを表示、非表示、または無効にします。";
$text['description-user_totp_view']['ko-kr'] = "QR 코드를 표시하거나 숨기거나 비활성화합니다.";
@ -2576,6 +2678,7 @@ $text['confirm-delete']['ro-ro'] = "Chiar vrei să ștergi asta?";
$text['confirm-delete']['ru-ru'] = "Вы действительно хотите удалить?";
$text['confirm-delete']['sv-se'] = "Vill du verkligen ta bort detta?";
$text['confirm-delete']['uk-ua'] = "Ви дійсно бажаєте це видалити?";
$text['confirm-delete']['tr-tr'] = "Bunu gerçekten silmek istiyor musun?";
$text['confirm-delete']['zh-cn'] = "你们真的想要删除吗?";
$text['confirm-delete']['ja-jp'] = "これを削除したいですか?";
$text['confirm-delete']['ko-kr'] = "당신은 정말로 이것을 삭제하고 싶습니까?";
@ -2601,6 +2704,7 @@ $text['button-show_all']['ro-ro'] = "Arata tot";
$text['button-show_all']['ru-ru'] = "Показать все";
$text['button-show_all']['sv-se'] = "Visa Allt";
$text['button-show_all']['uk-ua'] = "Показати всі";
$text['button-show_all']['tr-tr'] = "Hepsini Göster ↓";
$text['button-show_all']['zh-cn'] = "显示所有";
$text['button-show_all']['ja-jp'] = "すべて表示";
$text['button-show_all']['ko-kr'] = "모두보기";
@ -2626,6 +2730,7 @@ $text['button-generate']['ro-ro'] = "Genera";
$text['button-generate']['ru-ru'] = "Сгенерировать";
$text['button-generate']['sv-se'] = "Generera";
$text['button-generate']['uk-ua'] = "Згенерувати";
$text['button-generate']['tr-tr'] = "Oluştur";
$text['button-generate']['zh-cn'] = "产生";
$text['button-generate']['ja-jp'] = "生成する";
$text['button-generate']['ko-kr'] = "생성하다";
@ -2651,6 +2756,7 @@ $text['button-create_account']['ro-ro'] = "Creează cont";
$text['button-create_account']['ru-ru'] = "Создание учетных записей";
$text['button-create_account']['sv-se'] = "Skapa Konto";
$text['button-create_account']['uk-ua'] = "Створити обліковий запис";
$text['button-create_account']['tr-tr'] = "Hesap oluşturmak";
$text['button-create_account']['zh-cn'] = "设立账户";
$text['button-create_account']['ja-jp'] = "アカウントの作成";
$text['button-create_account']['ko-kr'] = "계정 만들기";
@ -2676,6 +2782,7 @@ $text['button-add_member']['ro-ro'] = "Adăugați membru";
$text['button-add_member']['ru-ru'] = "Добавить участника";
$text['button-add_member']['sv-se'] = "Lägg Till Medlem";
$text['button-add_member']['uk-ua'] = "Додати учасника";
$text['button-add_member']['tr-tr'] = "Üye ekle";
$text['button-add_member']['zh-cn'] = "增加成员";
$text['button-add_member']['ja-jp'] = "会員登録";
$text['button-add_member']['ko-kr'] = "회원 추가";
@ -2701,6 +2808,7 @@ $text['button-permissions']['ro-ro'] = "Permisiuni";
$text['button-permissions']['ru-ru'] = "Права";
$text['button-permissions']['sv-se'] = "Rättigheter";
$text['button-permissions']['uk-ua'] = "Привілеї";
$text['button-permissions']['tr-tr'] = "İzinler";
$text['button-permissions']['zh-cn'] = "权限";
$text['button-permissions']['ja-jp'] = "パーミッション";
$text['button-permissions']['ko-kr'] = "권한";