feat: Add legal requirements (#1306)
This commit is contained in:
@@ -270,6 +270,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'لا يوجد معاينة متاحة لهذا المرفق.',
|
||||
time: 'الوقت',
|
||||
title: 'العنوان',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'البريد الإلكتروني مستخدم بالفعل',
|
||||
emailOrUsername: 'البريد الإلكتروني أو اسم المستخدم',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'بيانات الاعتماد غير صالحة',
|
||||
invalidEmailOrUsername: 'البريد الإلكتروني أو اسم المستخدم غير صالح',
|
||||
invalidPassword: 'كلمة المرور غير صالحة',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'تسجيل الدخول',
|
||||
logInWithSso: 'تسجيل الدخول باستخدام SSO',
|
||||
},
|
||||
|
||||
@@ -274,6 +274,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Няма наличен преглед за този прикачен файл.',
|
||||
time: 'Време',
|
||||
title: 'Заглавие',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'Имейлът вече се използва',
|
||||
emailOrUsername: 'Имейл или потребителско име',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'Невалиден имейл или потребителско име',
|
||||
invalidPassword: 'Невалидна парола',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Вход',
|
||||
logInWithSso: 'Вход чрез SSO',
|
||||
},
|
||||
|
||||
@@ -284,6 +284,7 @@ export default {
|
||||
taskListActions_title: 'Akce seznamu úkolů',
|
||||
taskList_title: 'Seznam úkolů',
|
||||
team: 'Tým',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Pro tuto přílohu není k dispozici žádný náhled.',
|
||||
time: 'Čas',
|
||||
title: 'Titulek',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Dosažený limit aktivních uživatelů',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail se již používá',
|
||||
emailOrUsername: 'E-mail nebo uživatelské jméno',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Neplatné přihlašovací údaje',
|
||||
invalidEmailOrUsername: 'Nesprávný e-mail nebo uživatelské jméno',
|
||||
invalidPassword: 'Nesprávné heslo',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Přihlásit se',
|
||||
logInWithSso: null,
|
||||
},
|
||||
|
||||
@@ -290,6 +290,7 @@ export default {
|
||||
taskListActions_title: 'Opgaveliste handlinger',
|
||||
taskList_title: 'Opgaveliste',
|
||||
team: 'Team',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'Der er ingen forhåndsvisning tilgængelig for denne vedhæftning.',
|
||||
time: 'Tid',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Grænsen for aktive brugere er nået',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail allerede i brug',
|
||||
emailOrUsername: 'E-mail eller brugernavn',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Forkerte loginoplysninger',
|
||||
invalidEmailOrUsername: 'Ugyldig e-mail eller brugernavn',
|
||||
invalidPassword: 'Ugyldig adgangskode',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Log på',
|
||||
logInWithSso: 'Log på med SSO',
|
||||
},
|
||||
|
||||
@@ -299,6 +299,7 @@ export default {
|
||||
taskListActions_title: 'Aufgaben-Aktionen',
|
||||
taskList_title: 'Aufgaben',
|
||||
team: 'Team',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Für diesen Anhang ist keine Vorschau verfügbar.',
|
||||
time: 'Zeit',
|
||||
title: 'Titel',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Maximale Anzahl aktiver Benutzer erreicht',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail Adresse wird bereits benutzt',
|
||||
emailOrUsername: 'E-Mail-Adresse oder Benutzername',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Ungültige Anmeldeinformationen',
|
||||
invalidEmailOrUsername: 'Ungültige E-Mail-Adresse oder Benutzername',
|
||||
invalidPassword: 'Ungültiges Passwort',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Einloggen',
|
||||
logInWithSso: 'Einloggen mit SSO',
|
||||
},
|
||||
|
||||
@@ -300,6 +300,7 @@ export default {
|
||||
taskListActions_title: 'Ενέργειες λίστας εργασιών',
|
||||
taskList_title: 'Λίστα εργασιών',
|
||||
team: 'Ομάδα',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'Δεν υπάρχει διαθέσιμη προεπισκόπηση για αυτό το συνημμένο.',
|
||||
time: 'Ώρα',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Έχει επιτευχθεί το όριο ενεργών χρηστών',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'Το e-mail χρησιμοποιείται ήδη',
|
||||
emailOrUsername: 'E-mail ή όνομα χρήστη',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Μη έγκυρα στοιχεία σύνδεσης',
|
||||
invalidEmailOrUsername: 'Μη έγκυρο e-mail ή όνομα χρήστη',
|
||||
invalidPassword: 'Μη έγκυρος κωδικός',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Σύνδεση',
|
||||
logInWithSso: 'Σύνδεση με SSO',
|
||||
},
|
||||
|
||||
@@ -290,6 +290,7 @@ export default {
|
||||
taskListActions_title: 'Task List Actions',
|
||||
taskList_title: 'Task List',
|
||||
team: 'Team',
|
||||
terms: 'Terms',
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'There is no preview available for this attachment.',
|
||||
time: 'Time',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Active users limit reached',
|
||||
adminLoginRequiredToInitializeInstance: 'Admin login required to initialize instance',
|
||||
emailAlreadyInUse: 'E-mail already in use',
|
||||
emailOrUsername: 'E-mail or username',
|
||||
iHaveReadAndAgreeToTheseTerms: 'I have read and agree to these Terms',
|
||||
invalidCredentials: 'Invalid credentials',
|
||||
invalidEmailOrUsername: 'Invalid e-mail or username',
|
||||
invalidPassword: 'Invalid password',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: 'Cancel and close',
|
||||
continue: 'Continue',
|
||||
logIn: 'Log in',
|
||||
logInWithSso: 'Log in with SSO',
|
||||
},
|
||||
|
||||
@@ -285,6 +285,7 @@ export default {
|
||||
taskListActions_title: 'Task List Actions',
|
||||
taskList_title: 'Task List',
|
||||
team: 'Team',
|
||||
terms: 'Terms',
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'There is no preview available for this attachment.',
|
||||
time: 'Time',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Active users limit reached',
|
||||
adminLoginRequiredToInitializeInstance: 'Admin login required to initialize instance',
|
||||
emailAlreadyInUse: 'E-mail already in use',
|
||||
emailOrUsername: 'E-mail or username',
|
||||
iHaveReadAndAgreeToTheseTerms: 'I have read and agree to these Terms',
|
||||
invalidCredentials: 'Invalid credentials',
|
||||
invalidEmailOrUsername: 'Invalid e-mail or username',
|
||||
invalidPassword: 'Invalid password',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: 'Cancel and close',
|
||||
continue: 'Continue',
|
||||
logIn: 'Log in',
|
||||
logInWithSso: 'Log in with SSO',
|
||||
},
|
||||
|
||||
@@ -290,6 +290,7 @@ export default {
|
||||
taskListActions_title: 'Acciones de la lista de tareas',
|
||||
taskList_title: 'Lista de tareas',
|
||||
team: 'Equipo',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'No hay vista previa disponible para este adjunto.',
|
||||
time: 'Tiempo',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'El correo ya está en uso',
|
||||
emailOrUsername: 'Correo o nombre de usuario',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'Correo o nombre de usuario incorrecto',
|
||||
invalidPassword: 'Contraseña incorrecta',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Iniciar sesión',
|
||||
logInWithSso: null,
|
||||
},
|
||||
|
||||
@@ -289,6 +289,7 @@ export default {
|
||||
taskListActions_title: 'Ülesannete nimekiri tegevused',
|
||||
taskList_title: 'Ülesanne nimekiri',
|
||||
team: 'Töögrupp',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Selle manusi eelvaadet pole saadaval.',
|
||||
time: 'Aeg',
|
||||
title: 'Pealkiri',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Aktiivsete kasutajate limiit on täis',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-post on juba kasutusel',
|
||||
emailOrUsername: 'E-post või kasutajanimi',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Vale kasutajanimi või parool',
|
||||
invalidEmailOrUsername: 'Vale e-post või kasutajanimi',
|
||||
invalidPassword: 'Vale parool',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Logi sisse',
|
||||
logInWithSso: 'Logi sisse SSO-ga',
|
||||
},
|
||||
|
||||
@@ -271,6 +271,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'پیش نمایشی برای این پیوست موجود نیست.',
|
||||
time: 'زمان',
|
||||
title: 'عنوان',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'ایمیل قبلا استفاده شده است',
|
||||
emailOrUsername: 'ایمیل یا نام کاربری',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'ایمیل یا نام کاربری نامعتبر است',
|
||||
invalidPassword: 'رمز عبور نامعتبر است',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'ورود',
|
||||
logInWithSso: 'ورود با SSO',
|
||||
},
|
||||
|
||||
@@ -285,6 +285,7 @@ export default {
|
||||
taskListActions_title: 'Tehtävälistan toiminnot',
|
||||
taskList_title: 'Tehtävälista',
|
||||
team: 'Tiimi',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Tälle liitteelle ei ole esikatselua saatavilla.',
|
||||
time: 'Aika',
|
||||
title: 'Otsikko',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Aktiivisten käyttäjien raja saavutettu',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'Sähköposti on jo käytössä',
|
||||
emailOrUsername: 'Sähköposti tai käyttäjänimi',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Virheelliset tunnistetiedot',
|
||||
invalidEmailOrUsername: 'Virheellinen sähköposti tai käyttäjänimi',
|
||||
invalidPassword: 'Virheellinen salasana',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Kirjaudu sisään',
|
||||
logInWithSso: 'Kirjaudu SSO:lla',
|
||||
},
|
||||
|
||||
@@ -293,6 +293,7 @@ export default {
|
||||
taskListActions_title: 'Actions de la liste de tâches',
|
||||
taskList_title: 'Liste de tâches',
|
||||
team: "Mes projets d'équipe",
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
"Il n'y a pas d'aperçu disponible pour cette pièce jointe.",
|
||||
time: 'Temps',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'La limite d’utilisateurs actifs a été atteinte',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail déjà utilisé',
|
||||
emailOrUsername: "E-mail ou nom d'utilisateur",
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Identifiants invalides',
|
||||
invalidEmailOrUsername: "E-mail ou nom d'utilisateur invalide",
|
||||
invalidPassword: 'Mot de passe invalide',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Se connecter',
|
||||
logInWithSso: "Se connecter avec l'authentification unique",
|
||||
},
|
||||
|
||||
@@ -283,6 +283,7 @@ export default {
|
||||
taskListActions_title: 'Feladatlista műveletek',
|
||||
taskList_title: 'Feladatlista',
|
||||
team: 'Csapat',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Nincs elérhető előnézet ehhez a melléklethez.',
|
||||
time: 'Idő',
|
||||
title: 'Cím',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'Az e-mail cím már használatban van',
|
||||
emailOrUsername: 'E-mail vagy felhasználó',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'Érvénytelen e-mail vagy felhasználó',
|
||||
invalidPassword: 'Érvénytelen jelszó',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Belépés',
|
||||
logInWithSso: 'Belépés SSO-val',
|
||||
},
|
||||
|
||||
@@ -273,6 +273,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'Tidak ada pratinjau yang tersedia untuk lampiran ini.',
|
||||
time: 'Waktu',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail telah digunakan',
|
||||
emailOrUsername: 'E-mail atau username',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'E-mail atau username salah',
|
||||
invalidPassword: 'Kata sandi salah',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Masuk',
|
||||
logInWithSso: 'Masuk dengan SSO',
|
||||
},
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
|
||||
*/
|
||||
|
||||
import keyBy from 'lodash/keyBy';
|
||||
|
||||
import arYE from './ar-YE';
|
||||
import bgBG from './bg-BG';
|
||||
import csCZ from './cs-CZ';
|
||||
@@ -84,3 +86,5 @@ export const embeddedLocales = locales.reduce(
|
||||
}),
|
||||
{},
|
||||
);
|
||||
|
||||
export const localeByLanguage = keyBy(locales, 'language');
|
||||
|
||||
@@ -291,6 +291,7 @@ export default {
|
||||
taskListActions_title: 'Azioni lista di task',
|
||||
taskList_title: 'Lista di task',
|
||||
team: 'Team',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'Non è disponibile alcuna anteprima per questo allegato.',
|
||||
time: 'Tempo',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Limite utenti attivi raggiunto',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail già in uso',
|
||||
emailOrUsername: 'E-mail o username',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Credenziali non valide',
|
||||
invalidEmailOrUsername: 'E-mail o username non valido',
|
||||
invalidPassword: 'Password non valida',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Accedi',
|
||||
logInWithSso: null,
|
||||
},
|
||||
|
||||
@@ -273,6 +273,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'この添付ファイルにはプレビューがありません。',
|
||||
time: '時間',
|
||||
title: 'タイトル',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'Eメールは既に使われています',
|
||||
emailOrUsername: 'Eメールまたはユーザー名',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'Eメールまたはユーザー名が無効',
|
||||
invalidPassword: 'パスワードが無効',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'ログイン',
|
||||
logInWithSso: 'SSOでログイン',
|
||||
},
|
||||
|
||||
@@ -271,6 +271,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'이 첨부 파일에 대한 미리보기를 사용할 수 없습니다.',
|
||||
time: '시간',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: '이미 사용 중인 이메일',
|
||||
emailOrUsername: '이메일 또는 사용자 이름',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: '잘못된 자격 증명',
|
||||
invalidEmailOrUsername: '잘못된 이메일 또는 사용자 이름',
|
||||
invalidPassword: '잘못된 비밀번호',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: '로그인',
|
||||
logInWithSso: 'SSO로 로그인',
|
||||
},
|
||||
|
||||
@@ -273,6 +273,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'Er is geen voorbeeld beschikbaar voor deze bijlage.',
|
||||
time: 'Tijd',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail is al in gebruik',
|
||||
emailOrUsername: 'E-mail of gebruikersnaam',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'Ongeldig e-mailadres of gebruikersnaam',
|
||||
invalidPassword: 'Ongeldig wachtwoord',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Inloggen',
|
||||
logInWithSso: 'Inloggen met SSO',
|
||||
},
|
||||
|
||||
@@ -281,6 +281,7 @@ export default {
|
||||
taskListActions_title: 'Akcje Listy Zadań',
|
||||
taskList_title: 'Lista Zadań',
|
||||
team: 'Zespół',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Brak podglądu dostępnego dla tego załącznika.',
|
||||
time: 'Czas',
|
||||
title: 'Tytuł',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Osiągnięto limit aktywnych użytkowników',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail jest już używany',
|
||||
emailOrUsername: 'E-mail lub nazwa użytkownika',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Błędne dane logowania',
|
||||
invalidEmailOrUsername: 'Błędny e-mail lub nazwa użytkownika',
|
||||
invalidPassword: 'Błędne hasło',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Zaloguj',
|
||||
logInWithSso: 'Zaloguj z SSO',
|
||||
},
|
||||
|
||||
@@ -292,6 +292,7 @@ export default {
|
||||
taskListActions_title: 'Ações da Lista de Tarefas',
|
||||
taskList_title: 'Lista de Tarefas',
|
||||
team: 'Equipe',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'Não há pré-visualização disponível para este anexo.',
|
||||
time: 'Tempo',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail já está em uso',
|
||||
emailOrUsername: 'E-mail ou nome de usuário',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'E-mail ou nome de usuário inválido',
|
||||
invalidPassword: 'Senha inválida',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Entrar',
|
||||
logInWithSso: 'Entrar com SSO',
|
||||
},
|
||||
|
||||
@@ -274,6 +274,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'Não há pré-visualização disponível para este anexo.',
|
||||
time: 'Tempo',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail já está em uso',
|
||||
emailOrUsername: 'E-mail ou nome de utilizador',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'E-mail ou nome de utilizador inválido',
|
||||
invalidPassword: 'Palavra-passe inválida',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Iniciar sessão',
|
||||
logInWithSso: 'Iniciar sessão com SSO',
|
||||
},
|
||||
|
||||
@@ -273,6 +273,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'Nu există nicio previzualizare disponibilă pentru acest atașament.',
|
||||
time: 'Timp',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail deja utilizat',
|
||||
emailOrUsername: 'E-mail sau nume de utilizator',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'E-mail sau nume de utilizator introduse greșit',
|
||||
invalidPassword: 'Parola greșita',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Autentificarea',
|
||||
logInWithSso: 'Autentificarea cu SSO',
|
||||
},
|
||||
|
||||
@@ -288,6 +288,7 @@ export default {
|
||||
taskListActions_title: 'Действия с списком задач',
|
||||
taskList_title: 'Список задач',
|
||||
team: 'Команда',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Предпросмотр для этого вложения недоступен.',
|
||||
time: 'Время',
|
||||
title: 'Название',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Достигнут лимит активных пользователей',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail уже занят',
|
||||
emailOrUsername: 'E-mail или имя пользователя',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Недействительные учетные данные',
|
||||
invalidEmailOrUsername: 'Неверный e-mail или имя пользователя',
|
||||
invalidPassword: 'Неверный пароль',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Войти',
|
||||
logInWithSso: 'Войти с помощью единого входа',
|
||||
},
|
||||
|
||||
@@ -273,6 +273,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: null,
|
||||
time: 'Čas',
|
||||
title: 'Názov',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail je už použitý',
|
||||
emailOrUsername: 'E-mail alebo používateľské meno',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'Nesprávny e-mail alebo používateľské meno',
|
||||
invalidPassword: 'Nesprávne heslo',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Prihlásiť sa',
|
||||
logInWithSso: null,
|
||||
},
|
||||
|
||||
@@ -273,6 +273,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Нема прегледа доступног за овај прилог.',
|
||||
time: 'Време',
|
||||
title: 'Наслов',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'Е-пошта је већ у употреби',
|
||||
emailOrUsername: 'Е-пошта или корисничко име',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Неисправни акредитиви',
|
||||
invalidEmailOrUsername: 'Неисправна е-пошта или корисничко име',
|
||||
invalidPassword: 'Неисправна лозинка',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Пријава',
|
||||
logInWithSso: 'Пријава са УП',
|
||||
},
|
||||
|
||||
@@ -270,6 +270,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Nema pregleda dostupnog za ovaj prilog.',
|
||||
time: 'Vreme',
|
||||
title: 'Naslov',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-pošta je već u upotrebi',
|
||||
emailOrUsername: 'E-pošta ili korisničko ime',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Neispravni akreditivi',
|
||||
invalidEmailOrUsername: 'Neispravna e-pošta ili korisničko ime',
|
||||
invalidPassword: 'Neispravna lozinka',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Prijava',
|
||||
logInWithSso: 'Prijava sa UP',
|
||||
},
|
||||
|
||||
@@ -272,6 +272,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: null,
|
||||
time: 'Tid',
|
||||
title: 'Titel',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail används redan',
|
||||
emailOrUsername: 'E-mail eller användarnamn',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'Ogiltig e-mail eller användarnamn',
|
||||
invalidPassword: 'Ogiltigt lösenord',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Logga in',
|
||||
logInWithSso: null,
|
||||
},
|
||||
|
||||
@@ -270,6 +270,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Bu ek için önizleme mevcut değil.',
|
||||
time: 'zaman',
|
||||
title: 'başlık',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-posta adresi zaten kullanımda',
|
||||
emailOrUsername: 'E-posta adresi veya Kullanıcı adı',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: 'Geçersiz e-posta adresi veya kullanıcı adı',
|
||||
invalidPassword: 'Hatalı Şifre',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Giriş Yap',
|
||||
logInWithSso: null,
|
||||
},
|
||||
|
||||
@@ -287,6 +287,7 @@ export default {
|
||||
taskListActions_title: 'Дії для списку завдань',
|
||||
taskList_title: 'Список завдань',
|
||||
team: 'Команда',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Для цього вкладення немає доступного перегляду.',
|
||||
time: 'Час',
|
||||
title: 'Назва',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Досягнуто ліміту активних користувачів',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'Електронна пошта вже використовується',
|
||||
emailOrUsername: "Електронна пошта або ім'я користувача",
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Неправильні облікові дані',
|
||||
invalidEmailOrUsername: "Неправильна електронна пошта або ім'я користувача",
|
||||
invalidPassword: 'Неправильний пароль',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Увійти',
|
||||
logInWithSso: 'Увійти за допомогою SSO',
|
||||
},
|
||||
|
||||
@@ -269,6 +269,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: null,
|
||||
time: 'Vaqt',
|
||||
title: 'Sarlavha',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail allaqachon mavjud',
|
||||
emailOrUsername: 'E-mail yoki foydalanuvchi nomi',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: "Noto'g'ri e-mail yoki foydalanuvchi nomi",
|
||||
invalidPassword: "Noto'g'ri parol",
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Kirish',
|
||||
logInWithSso: null,
|
||||
},
|
||||
|
||||
@@ -271,6 +271,7 @@ export default {
|
||||
taskListActions_title: '任务列表操作',
|
||||
taskList_title: '任务列表',
|
||||
team: '团队',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: '此附件无法预览',
|
||||
time: '时间',
|
||||
title: '标题',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: '活跃用户数已达上限',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: '邮箱已使用',
|
||||
emailOrUsername: '邮箱或用户名',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: '无效凭证',
|
||||
invalidEmailOrUsername: '无效的邮箱或用户名',
|
||||
invalidPassword: '密码错误',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: '登录',
|
||||
logInWithSso: '使用SSO登录',
|
||||
},
|
||||
|
||||
@@ -267,6 +267,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: '此附件無法預覽',
|
||||
time: '時間',
|
||||
title: '標題',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: '郵箱已被使用',
|
||||
emailOrUsername: '郵箱或使用者名稱',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: '無效的郵箱或使用者名稱',
|
||||
invalidPassword: '密碼錯誤',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: '登入',
|
||||
logInWithSso: '使用SSO登入',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user