Merge pull request #4538 from RocketChat/lingohub_based_on_develop

LingoHub based on develop
pull/4539/head
Gabriel Engel 10 years ago committed by GitHub
commit 2f4f0d375b
  1. 2
      packages/rocketchat-i18n/i18n/ar.i18n.json
  2. 3
      packages/rocketchat-i18n/i18n/ca.i18n.json
  3. 3
      packages/rocketchat-i18n/i18n/cs.i18n.json
  4. 2
      packages/rocketchat-i18n/i18n/de-AT.i18n.json
  5. 2
      packages/rocketchat-i18n/i18n/de.i18n.json
  6. 2
      packages/rocketchat-i18n/i18n/el.i18n.json
  7. 2
      packages/rocketchat-i18n/i18n/en.i18n.json
  8. 4
      packages/rocketchat-i18n/i18n/es.i18n.json
  9. 2
      packages/rocketchat-i18n/i18n/fa.i18n.json
  10. 4
      packages/rocketchat-i18n/i18n/fi.i18n.json
  11. 3
      packages/rocketchat-i18n/i18n/fr.i18n.json
  12. 4
      packages/rocketchat-i18n/i18n/he.i18n.json
  13. 3
      packages/rocketchat-i18n/i18n/hr.i18n.json
  14. 2
      packages/rocketchat-i18n/i18n/hu.i18n.json
  15. 2
      packages/rocketchat-i18n/i18n/id.i18n.json
  16. 3
      packages/rocketchat-i18n/i18n/it.i18n.json
  17. 2
      packages/rocketchat-i18n/i18n/ja.i18n.json
  18. 4
      packages/rocketchat-i18n/i18n/km.i18n.json
  19. 2
      packages/rocketchat-i18n/i18n/ko.i18n.json
  20. 4
      packages/rocketchat-i18n/i18n/ku.i18n.json
  21. 6
      packages/rocketchat-i18n/i18n/lo.i18n.json
  22. 2
      packages/rocketchat-i18n/i18n/lt.i18n.json
  23. 2
      packages/rocketchat-i18n/i18n/ms-MY.i18n.json
  24. 4
      packages/rocketchat-i18n/i18n/nl.i18n.json
  25. 2
      packages/rocketchat-i18n/i18n/pl.i18n.json
  26. 4
      packages/rocketchat-i18n/i18n/pt.i18n.json
  27. 2
      packages/rocketchat-i18n/i18n/ro.i18n.json
  28. 2
      packages/rocketchat-i18n/i18n/ru.i18n.json
  29. 6
      packages/rocketchat-i18n/i18n/sq.i18n.json
  30. 2
      packages/rocketchat-i18n/i18n/sr.i18n.json
  31. 2
      packages/rocketchat-i18n/i18n/sv.i18n.json
  32. 10
      packages/rocketchat-i18n/i18n/ta-IN.i18n.json
  33. 3
      packages/rocketchat-i18n/i18n/tr.i18n.json
  34. 4
      packages/rocketchat-i18n/i18n/ug.i18n.json
  35. 4
      packages/rocketchat-i18n/i18n/uk.i18n.json
  36. 2
      packages/rocketchat-i18n/i18n/zh-HK.i18n.json
  37. 2
      packages/rocketchat-i18n/i18n/zh-TW.i18n.json
  38. 2
      packages/rocketchat-i18n/i18n/zh.i18n.json
  39. 2
      packages/rocketchat-livechat/app/i18n/en.i18n.json
  40. 2
      packages/rocketchat-livechat/app/i18n/lt.i18n.json
  41. 2
      packages/rocketchat-livechat/app/i18n/pt.i18n.json

@ -1242,4 +1242,4 @@
"Your_mail_was_sent_to_s": "وأرسل البريد إلى %s",
"Your_password_is_wrong": "كلمة السر خاطئة",
"Your_push_was_sent_to_s_devices": "وقد أرسلت دفعك إلى أجهزة٪ الصورة"
}
}

@ -33,6 +33,7 @@
"Accounts_BlockedDomainsList_Description": "Llista de dominis bloquejats separada per comes",
"Accounts_BlockedUsernameList": "Llista de noms d'usuari bloquejats",
"Accounts_BlockedUsernameList_Description": "Llista separada per comes de noms d'usuari bloquejats (no distingeix majúscules/minúscules)",
"Accounts_CustomFields": "Traduccions personalitzades",
"Accounts_CustomFields_Description": "Ha de ser un objecte JSON vàlid on les claus són els noms dels camps i contenen un diccionari amb les opcions del camp. Exemple:</br><code>{\n\"role\": {\n\"type\": \"select\",\n\"defaultValue\": \"student\",\n\"options\": [\"teacher\", \"student\"],\n\"required\": true,\n\"modifyRecordField\": {\n\"array\": true,\n\"field\": \"roles\"\n}\n},\n\"twitter\": {\n\"type\": \"text\",\n\"required\": true,\n\"minLength\": 2,\n\"maxLength\": 10\n}\n}</code> ",
"Accounts_denyUnverifiedEmail": "Denegar correu electrònic sense verificar",
"Accounts_EmailVerification": "Verificació de correu electrònic",
@ -1424,4 +1425,4 @@
"your_message_optional": "el teu missatge (opcional)",
"Your_password_is_wrong": "La contrasenya és incorrecta!",
"Your_push_was_sent_to_s_devices": "La notificació push s'ha enviat a %s dispositius"
}
}

@ -32,6 +32,7 @@
"Accounts_BlockedDomainsList_Description": "Čárkami oddělený seznam blokovaných domén",
"Accounts_BlockedUsernameList": "Zakázaná uživatelská jména",
"Accounts_BlockedUsernameList_Description": "čárkou oddělený seznam uživatelských jmen (na velikosti písmen nezáleží)",
"Accounts_CustomFields": "Vlastní překlad",
"Accounts_CustomFields_Description": "Validní JSON obsahující klíče polí s nastavením. Například:<br/> <code>{\n\"role\": {\n\"type\": \"select\",\n\"defaultValue\": \"student\",\n\"options\": [\"teacher\", \"student\"],\n\"required\": true,\n\"modifyRecordField\": {\n\"array\": true,\n\"field\": \"roles\"\n}\n},\n\"twitter\": {\n\"type\": \"text\",\n\"required\": true,\n\"minLength\": 2,\n\"maxLength\": 10\n}\n}</code>",
"Accounts_denyUnverifiedEmail": "Zakázat neověřené e-mailové adresy",
"Accounts_EmailVerification": "Ověření e-mailu",
@ -1401,4 +1402,4 @@
"your_message_optional": "vaše zpráva (nepovinná)",
"Your_password_is_wrong": "Vaše heslo je špatně!",
"Your_push_was_sent_to_s_devices": "Vaše notifikace byla odeslána do %s zařízení"
}
}

@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "Ihre E-Mail wurde an %s gesendet.",
"Your_password_is_wrong": "Falsches Passwort",
"Your_push_was_sent_to_s_devices": "Die Push-Nachricht wurde an %s Geräte gesendet."
}
}

@ -1323,4 +1323,4 @@
"Your_mail_was_sent_to_s": "Ihre E-Mail wurde an %s gesendet.",
"Your_password_is_wrong": "Falsches Passwort",
"Your_push_was_sent_to_s_devices": "Die Push-Nachricht wurde an %s Geräte gesendet."
}
}

@ -1244,4 +1244,4 @@
"Your_mail_was_sent_to_s": "mail σας στάλθηκε στο %s",
"Your_password_is_wrong": "Ο κωδικός πρόσβασής σας είναι λάθος!",
"Your_push_was_sent_to_s_devices": "ώθηση σας στάλθηκε σε συσκευές %s"
}
}

@ -1425,4 +1425,4 @@
"your_message_optional": "your message (optional)",
"Your_password_is_wrong": "Your password is wrong!",
"Your_push_was_sent_to_s_devices": "Your push was sent to %s devices"
}
}

@ -255,8 +255,8 @@
"Convert_Ascii_Emojis": "Convierte ASCII a Emoji",
"Copied": "Copiado",
"Copy": "Copia",
"COPY_TO_CLIPBOARD": "COPIAR AL PORTAPAPELES",
"Copy_to_clipboard": "Copiar el Porta-papeles ",
"COPY_TO_CLIPBOARD": "COPIAR AL PORTAPAPELES",
"Count": "Contar",
"Cozy": "Acogedor",
"Create": "Crear",
@ -1298,4 +1298,4 @@
"Your_mail_was_sent_to_s": "Su correo electrónico fue enviado a %s",
"Your_password_is_wrong": "Su contraseña es incorrecta!",
"Your_push_was_sent_to_s_devices": "Su push fue enviado a los dispositivos %s"
}
}

@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "پست الکترونیکی خود را به %s ارسال شد",
"Your_password_is_wrong": "رمز عبور خود را اشتباه است!",
"Your_push_was_sent_to_s_devices": "فشار خود را به دستگاه %s را ارسال شد"
}
}

@ -890,8 +890,8 @@
"Query": "Kysely",
"Query_description": "Lisämäärittelyt, joiden perusteella määritetään kenelle lähetetään sähköposteja. Postituslistalta poistuneita ei koskaan sisällytetä vastaanottajiin. Kyselymäärityksen tulee olla validia JSONia. Esimerkiksi: \"{\"createdAt\":{\"$gt\":{\"$date\": \"2015-01-01T00:00:00.000Z\"}}}\"",
"Queue": "Jono",
"Quote": "Lainaa",
"quote": "lainaus",
"Quote": "Lainaa",
"Random": "Satunnainen",
"Reacted_with": "Reagoi",
"Reactions": "Reaktiot",
@ -1286,4 +1286,4 @@
"Your_mail_was_sent_to_s": "Sähköpostisi lähetettiin, vastaanottajana %s",
"Your_password_is_wrong": "Salasanasi on väärin!",
"Your_push_was_sent_to_s_devices": "Push-viestisi lähetettiin %s laitteeseen"
}
}

@ -32,6 +32,7 @@
"Accounts_BlockedDomainsList_Description": "Liste de domaines bloqués, séparés par des virgules",
"Accounts_BlockedUsernameList": "Liste des noms d'utilisateurs bloqués",
"Accounts_BlockedUsernameList_Description": "Liste de noms d'utilisateurs bloqués (insensible à la casse), séparée par des virgules",
"Accounts_CustomFields": "Traductions personnalisées",
"Accounts_CustomFields_Description": "Devrait être un JSON valide où les clés sont les noms des champs contenant un dictionnaire de champs de paramètrage. Exemple :</br>\n<code>{\n\"role\": {\n\"type\": \"select\",\n\"defaultValue\": \"eleve\",\n\"options\": [\"enseignant\", \"eleve\"],\n\"required\": true,\n\"modifyRecordField\": {\n\"array\": true,\n\"field\": \"roles\"\n}\n},\n\"twitter\": {\n\"type\": \"text\",\n\"required\": true,\n\"minLength\": 2,\n\"maxLength\": 10\n}\n}</code> \n",
"Accounts_denyUnverifiedEmail": "Refuser les e-mails non vérifiés",
"Accounts_EmailVerification": "Vérification de l'adresse e-mail",
@ -1356,4 +1357,4 @@
"Your_mail_was_sent_to_s": "Votre e-mail a été envoyé à %s",
"Your_password_is_wrong": "Votre mot de passe est incorrect !",
"Your_push_was_sent_to_s_devices": "Votre notification a été envoyée à %s appareils"
}
}

@ -109,8 +109,8 @@
"Add_agent": "הוספת סוכן",
"Add_custom_oauth": "הוסף הזדהות OAuth מותאמת אישית",
"Add_manager": "הוספת מנהל",
"Add_User": "הוסף משתמש",
"Add_user": "הוספת משתמש",
"Add_User": "הוסף משתמש",
"Add_users": "הוספת משתמשים",
"Adding_OAuth_Services": "הוספת שירותי OAuth",
"Adding_permission": "הוספת הרשאה",
@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "הדואר שלך נשלח אל %s",
"Your_password_is_wrong": "הסיסמה שלך היא לא בסדר!",
"Your_push_was_sent_to_s_devices": "הודעת ה-push נשלח בהצלחה ל-%s מכשירים"
}
}

@ -32,6 +32,7 @@
"Accounts_BlockedDomainsList_Description": "Popis blokiranih domena odvojenih zarezom",
"Accounts_BlockedUsernameList": "Popis blokiranih korisničkih imena",
"Accounts_BlockedUsernameList_Description": "Popis blokiranih korisničkih imena, odvojenih zarezom (neovisno o kapitalizaciji)",
"Accounts_CustomFields": "Prilagođeni prijevodi",
"Accounts_CustomFields_Description": "Treba biti ispravan JSON gdje su ključevi imena polja koja sadrže riječnik postavki polja. Npr. \n <code>{\n\"role\": {\n\"type\": \"select\",\n\"defaultValue\": \"student\",\n\"options\": [\"teacher\", \"student\"],\n\"required\": true,\n\"modifyRecordField\": {\n\"array\": true,\n\"field\": \"roles\"\n}\n},\n\"twitter\": {\n\"type\": \"text\",\n\"required\": true,\n\"minLength\": 2,\n\"maxLength\": 10\n}\n}</code>",
"Accounts_denyUnverifiedEmail": "Odbij neprovjereni e-mail",
"Accounts_EmailVerification": "E-mail Verifikacija",
@ -1379,4 +1380,4 @@
"your_message_optional": "tvoja poruka (opcionalno)",
"Your_password_is_wrong": "Vaša lozinka je pogrešna!",
"Your_push_was_sent_to_s_devices": "Push obavijest je poslana %s uređaje"
}
}

@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "A mail-ben küldött %s",
"Your_password_is_wrong": "A jelszó rossz!",
"Your_push_was_sent_to_s_devices": "Push küldték %s eszközök"
}
}

@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "email Anda dikirim ke% s",
"Your_password_is_wrong": "password Anda salah!",
"Your_push_was_sent_to_s_devices": "push dikirim ke% s perangkat"
}
}

@ -32,6 +32,7 @@
"Accounts_BlockedDomainsList_Description": "elenco separato da virgole dei domini bloccati",
"Accounts_BlockedUsernameList": "Lista nomi utente bloccati",
"Accounts_BlockedUsernameList_Description": "Lista di nomi utente bloccati, separati da virgole (ignora le maiuscole)",
"Accounts_CustomFields": "Traduzioni personalizzate",
"Accounts_CustomFields_Description": "Dovrebbe essere un JSON valido dove le chiavi sono i campi che contengono il dizionario delle impostazioni del campo. Esempio:</br><code>{\n\"role\": {\n\"type\": \"select\",\n\"defaultValue\": \"student\",\n\"options\": [\"teacher\", \"student\"],\n\"required\": true,\n\"modifyRecordField\": {\n\"array\": true,\n\"field\": \"roles\"\n}\n},\n\"twitter\": {\n\"type\": \"text\",\n\"required\": true,\n\"minLength\": 2,\n\"maxLength\": 10\n}\n}</code> ",
"Accounts_denyUnverifiedEmail": "Blocca email non verificate",
"Accounts_EmailVerification": "Verifica email",
@ -1399,4 +1400,4 @@
"Your_mail_was_sent_to_s": "La tua mail è stata inviata a %s",
"Your_password_is_wrong": "La password è sbagliata!",
"Your_push_was_sent_to_s_devices": "La tua richiesta é stata inviata ai %s dispositivi."
}
}

@ -1259,4 +1259,4 @@
"Your_mail_was_sent_to_s": "メールは %s へを送信されました",
"Your_password_is_wrong": "パスワードが間違っています!",
"Your_push_was_sent_to_s_devices": "プッシュ通知が %s 台のデバイスへ送信されました"
}
}

@ -853,8 +853,8 @@
"Push_test_push": "ករធត",
"Query": "សរ",
"Query_description": "លកខខណឌបនមសមនកបលមនដណតលទ។ អនកបនបនជវតវបនយកចញដយសយបរវតរ។ វវត JSON តមតវ។ ឧទហរណ: \"{\" createdAt \": {\" $ GT \": {\" $ កលបរទ \":\" 2015-01-01T00: 00: 00.000Z \"}}}\"",
"Quote": "សមរង",
"quote": "ស",
"Quote": "សមរង",
"Random": "ចដនយ",
"Reacted_with": "បរតកមមដយ",
"Reactions": "បរតកមម",
@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "សររបសនកតវបនបញនទ %s",
"Your_password_is_wrong": "ពយសមរបសនកគស!",
"Your_push_was_sent_to_s_devices": "ករជញរបសនកតវបនបញនទឧបករណ %s បន"
}
}

@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "메일은 %s의 전송되었습니다",
"Your_password_is_wrong": "암호가 잘못되었습니다!",
"Your_push_was_sent_to_s_devices": "귀하의 푸시는 %의 기기에 전송"
}
}

@ -109,8 +109,8 @@
"Add_agent": "lê zêde bike agent",
"Add_custom_oauth": "Lê zêde bike OAuth custom",
"Add_manager": "lê zêde bike manager",
"Add_User": "lê zêde bike Bikarhêner",
"Add_user": "lê zêde bike user",
"Add_User": "lê zêde bike Bikarhêner",
"Add_users": "بەکارهێنەر زیادبکە",
"Adding_OAuth_Services": "Serzêde kirin Services OAuth",
"Adding_permission": "serzêde kirin destûr",
@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "nameya te ji bo %s hate şandin",
"Your_password_is_wrong": "Te şîfreya xwe ji xelet e!",
"Your_push_was_sent_to_s_devices": "push xwe ji bo cîhazên %s hate şandin"
}
}

@ -109,8 +109,8 @@
"Add_agent": "ຕມການຕວແທນ",
"Add_custom_oauth": "ເພມ OAuth custom",
"Add_manager": "ຕມການຜດການ",
"Add_User": "ເພມຜໃຊ",
"Add_user": "ເພມສະມາຊກ",
"Add_User": "ເພມຜໃຊ",
"Add_users": "ເພມຜມໃຊ",
"Adding_OAuth_Services": "ເພມບການ OAuth",
"Adding_permission": "ເພມການອະນຍາດ",
@ -247,8 +247,8 @@
"Convert_Ascii_Emojis": "ແປງ ASCII ກບ Emoji",
"Copied": "ຄດລອກ",
"Copy": "ສາເນາ",
"COPY_TO_CLIPBOARD": "COPY ໄປທຄລບບອດ",
"Copy_to_clipboard": "ສາເນາເພອ clipboard",
"COPY_TO_CLIPBOARD": "COPY ໄປທຄລບບອດ",
"Count": "ນບ",
"Cozy": "cozy",
"Create": "ສາງ",
@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "ອເມລຂອງທານໄດກສງໄປ %s",
"Your_password_is_wrong": "ລະຫດຜານຂອງທານແມນຜດພາດ!",
"Your_push_was_sent_to_s_devices": "ການຊກຍຂອງທານໄດກສງໄປອປະກອນ %s"
}
}

@ -1,3 +1,3 @@
{
"0_Errors_Only": "0 - Klaidos Tik"
}
}

@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "mel anda telah dihantar ke %s",
"Your_password_is_wrong": "Kata laluan anda adalah salah!",
"Your_push_was_sent_to_s_devices": "push anda telah dihantar ke peranti %s"
}
}

@ -247,8 +247,8 @@
"Convert_Ascii_Emojis": "ASCII naar Emoji Converteren ",
"Copied": "gekopieerde",
"Copy": "Kopiëren",
"COPY_TO_CLIPBOARD": "KOPIEER NAAR KLEMBOARD",
"Copy_to_clipboard": "Kopieer naar klembord",
"COPY_TO_CLIPBOARD": "KOPIEER NAAR KLEMBOARD",
"Count": "Aantal",
"Cozy": "Knus",
"Create": "creëren",
@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "Uw e-mail werd verzonden naar %s",
"Your_password_is_wrong": "Je wachtwoord is verkeerd!",
"Your_push_was_sent_to_s_devices": "Je push werd verzonden naar %s apparaten"
}
}

@ -1257,4 +1257,4 @@
"Your_mail_was_sent_to_s": "Twoja wiadomość została wysłana do użytkownika %s",
"Your_password_is_wrong": "To nie jest poprawne hasło!",
"Your_push_was_sent_to_s_devices": "Twój push została wysłany do urządzeń: %s"
}
}

@ -894,8 +894,8 @@
"Query": "Query",
"Query_description": "Condições adicionais para determinar para quais usuários enviar e-mail. Usuários não inscritos são automaticamente removidos a partir da consulta. Deve ser um JSON válido. Exemplo: `{\"createdAt\": {\"$gt\": {\"$date\": \"2015-01-01T00: 00: 00.000Z\"}}}`",
"Queue": "Roleta",
"Quote": "Citar",
"quote": "citação",
"Quote": "Citar",
"Random": "Aleatória",
"Reacted_with": "Reagiu com",
"Reactions": "Reações",
@ -1292,4 +1292,4 @@
"your_message_optional": "sua mensagem (opcional)",
"Your_password_is_wrong": "Sua senha está errada!",
"Your_push_was_sent_to_s_devices": "Sua natificação foi enviada para %s dispositivos"
}
}

@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "E-mail-ul a fost trimis la %s",
"Your_password_is_wrong": "Parola dvs. este greșită!",
"Your_push_was_sent_to_s_devices": "Mesajul Push a fost trimis la %s dispozitive"
}
}

@ -1247,4 +1247,4 @@
"Your_mail_was_sent_to_s": "Ваше сообщение было отправлено на %s",
"Your_password_is_wrong": "Неверный пароль!",
"Your_push_was_sent_to_s_devices": "Ваше push-уведомление было отправлено на % устройств."
}
}

@ -247,8 +247,8 @@
"Convert_Ascii_Emojis": "Convert ASCII të Emoji",
"Copied": "kopjuar",
"Copy": "kopje",
"COPY_TO_CLIPBOARD": "Copy to clipboard",
"Copy_to_clipboard": "Kopjo në clipboard",
"COPY_TO_CLIPBOARD": "Copy to clipboard",
"Count": "akuzë",
"Cozy": "komod",
"Create": "krijoj",
@ -853,8 +853,8 @@
"Push_test_push": "provë",
"Query": "pyetje",
"Query_description": "Kushtet shtesë për përcaktimin e të cilat përdoruesit për të dërguar një email tek. përdoruesit papajtuara janë hequr automatikisht nga pyetje. Ajo duhet të jetë një JSON vlefshme. Shembull: \"{\" createdAt \": {\" $ gt \": {\" data $ \":\" 2015-01-01T00: 00: 00.000Z \"}}}\"",
"Quote": "citat",
"quote": "citoj",
"Quote": "citat",
"Random": "i rastësishëm",
"Reacted_with": "reaguar me",
"Reactions": "reagimet",
@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "maili juaj u dërgua në %s",
"Your_password_is_wrong": "Fjalëkalimi juaj është e gabuar!",
"Your_push_was_sent_to_s_devices": "shtytje juaj u dërgua në pajisjet %s"
}
}

@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "Ваш маил је послат на% с",
"Your_password_is_wrong": "Ваша лозинка није у реду!",
"Your_push_was_sent_to_s_devices": "Ваш притиском је послат на% с уређајима"
}
}

@ -1242,4 +1242,4 @@
"Your_mail_was_sent_to_s": "Ditt e-postmeddelande skickades till %s",
"Your_password_is_wrong": "Ditt lösenord är fel!",
"Your_push_was_sent_to_s_devices": "Din push skickades till %s enheter"
}
}

@ -197,12 +197,12 @@
"Body": "உடல",
"bold": "தியமன",
"Branch": "கி",
"Busy": "பிி",
"busy": "பிிக",
"Busy_female": "பிி",
"Busy": "பிி",
"busy_female": "பிிக",
"Busy_male": "பிி",
"Busy_female": "பிி",
"busy_male": "பிிக",
"Busy_male": "பிி",
"by": "மலம",
"Cancel": "வ",
"Cancel_message_input": "வ",
@ -853,8 +853,8 @@
"Push_test_push": "ட",
"Query": "கி",
"Query_description": "மினஞசல அனப சத திபதறன கதலிகள. கிலககபபடட பயனரகவிகபபட. அத சரின JSON இரக வ. உதரணம: \"{\" createdAt \": {\" $ ஜிி \": {\" $ தி \":\" 2015-01-01T00: 00: 00.000Z \"}}}\"",
"Quote": "ஆன",
"quote": "ம",
"Quote": "ஆன",
"Random": "சரறற",
"Reacted_with": "க நடந",
"Reactions": "எதிிகள",
@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "உஙகளி% கள அனபபபடடத",
"Your_password_is_wrong": "உஙகள கடவ தவற!",
"Your_push_was_sent_to_s_devices": "உஙகளிி% களதனஙகள அனபபபடடத"
}
}

@ -30,6 +30,7 @@
"Accounts_BlockedDomainsList_Description": "Engellenen alanların virgülle ayrılmış listesi",
"Accounts_BlockedUsernameList": "Engellenen Kullanıcı Adı Listesi",
"Accounts_BlockedUsernameList_Description": "Engellenen kullanıcı adlarının virgülle ayrılmış listesi (harf büyüklüğüne duyarsız)",
"Accounts_CustomFields": "Özel Çeviriler",
"Accounts_CustomFields_Description": "Anahtarların, alan ayarları sözlüğü bulunduran alan isimleri olduğu geçerli bir JSON olmalı. Örnek:</br><code>{\n\n\"role\": {\n\n\"type\": \"select\",\n\n\"defaultValue\": \"student\",\n\n\"options\": [\"teacher\", \"student\"],\n\n\"required\": true,\n\n\"modifyRecordField\": {\n\n\"array\": true,\n\n\"field\": \"roles\"\n\n}\n\n},\n\n\"twitter\": {\n\n\"type\": \"text\",\n\n\"required\": true,\n\n\"minLength\": 2,\n\n\"maxLength\": 10\n\n}\n\n}</code> ",
"Accounts_denyUnverifiedEmail": "Doğrulanmamış e-posta'yı reddet",
"Accounts_EmailVerification": "E-Posta Doğrulama",
@ -1277,4 +1278,4 @@
"Your_mail_was_sent_to_s": "Posta %s gönderildi",
"Your_password_is_wrong": "Parolanız yanlış!",
"Your_push_was_sent_to_s_devices": "Sizin itme %s cihazlara gönderildi"
}
}

@ -109,8 +109,8 @@
"Add_agent": "خېرىدار مۇلازىمىتى قوشۇش",
"Add_custom_oauth": "نى قوشۇش OAuth ئۆزى بەلگىلىنىدىغان",
"Add_manager": "باشقۇرغۇچى قوشۇش",
"Add_User": "ئابۇنت قوشۇش",
"Add_user": "يېڭى كۆپەيگەن ئابۇنت",
"Add_User": "ئابۇنت قوشۇش",
"Add_users": "ئابۇنت قوشۇش",
"Adding_OAuth_Services": "مۇلازىمىتى قوشۇش OAuth",
"Adding_permission": "ھوقۇق چېكى قوشۇلماقتا",
@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "يوللاندى %s سىزنىڭ ئىلخىتىڭىز ئاللىبۇرۇن",
"Your_password_is_wrong": "پارول خاتا !",
"Your_push_was_sent_to_s_devices": "ئۈسكىنىگە يوللاندى %s سىزنىڭ ئىتتىرگىنىڭىز"
}
}

@ -853,8 +853,8 @@
"Push_test_push": "тест",
"Query": "запит",
"Query_description": "Додаткові умови для визначення того, які користувачі можуть надіслати електронною поштою. Непідписаних користувачі автоматично видаляються з запиту. Він повинен бути дійсним в форматі JSON. Приклад: \"{\" createdAt \": {\" $ GT \": {\" дата $ \":\" 2015-01-01T00: 00: 00.000Z \"}}}\"",
"Quote": "котирування",
"quote": "цитата",
"Quote": "котирування",
"Random": "випадковий",
"Reacted_with": "реагує з",
"Reactions": "реакції",
@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "Ваш лист було відправлено в %s",
"Your_password_is_wrong": "Ваш невірний пароль!",
"Your_push_was_sent_to_s_devices": "Ваш поштовх був відправлений в %s пристроїв"
}
}

@ -276,4 +276,4 @@
"You_need_confirm_email": "登录前请验证您的电子邮件!",
"You_will_not_be_able_to_recover": "您将无法恢复!",
"Your_entry_has_been_deleted": "您的项目已被删除。"
}
}

@ -1240,4 +1240,4 @@
"Your_mail_was_sent_to_s": "您的郵件已發送到%s",
"Your_password_is_wrong": "您的密碼是錯誤的!",
"Your_push_was_sent_to_s_devices": "你的推播被送到 %s 裝置"
}
}

@ -1276,4 +1276,4 @@
"Your_mail_was_sent_to_s": "您的邮件已发送至 %s",
"Your_password_is_wrong": "密码错误!",
"Your_push_was_sent_to_s_devices": "您的推送已被送到 %s 台设备"
}
}

@ -36,4 +36,4 @@
"Yes": "Yes",
"You": "You",
"You_must_complete_all_fields": "You must complete all fields"
}
}

@ -1,3 +1,3 @@
{
"Additional_Feedback": "Papildoma Atsiliepimai"
}
}

@ -36,4 +36,4 @@
"Yes": "Sim",
"You": "Você",
"You_must_complete_all_fields": "Você deve preencher todos os campos"
}
}
Loading…
Cancel
Save