chore: update translations (#4354)

This commit is contained in:
Abhijeet Singh 2024-01-11 14:45:07 +01:00 committed by GitHub
parent 307556b7dd
commit f64ee912d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 68 additions and 42 deletions

View File

@ -342,12 +342,12 @@
"button": "رفع",
"uploadTheme": "تحميل الموضوع",
"description": "قم بتحميل قالب AppFlowy الخاص بك باستخدام الزر أدناه.",
"failure": "النسق الذي تم تحميله به تنسيق غير صالح.",
"loading": "يرجى الانتظار بينما نقوم بالتحقق من صحة السمة الخاصة بك وتحميلها ...",
"uploadSuccess": "تم تحميل موضوعك بنجاح",
"deletionFailure": "فشل حذف الموضوع. حاول حذفه يدويًا.",
"filePickerDialogTitle": "اختر ملف .flowy_plugin",
"urlUploadFailure": "فشل فتح عنوان url: {}"
"urlUploadFailure": "فشل فتح عنوان url: {}",
"failure": "النسق الذي تم تحميله به تنسيق غير صالح."
},
"theme": "سمة",
"builtInsLabel": "ثيمات مدمجة",

View File

@ -224,12 +224,12 @@
"themeUpload": {
"button": "Carrega",
"description": "Carregueu el vostre propi tema AppFlowy amb el botó següent.",
"failure": "El tema que s'ha penjat tenia un format no vàlid.",
"loading": "Si us plau, espereu mentre validem i carreguem el vostre tema...",
"uploadSuccess": "El teu tema s'ha penjat correctament",
"deletionFailure": "No s'ha pogut suprimir el tema. Intenta esborrar-lo manualment.",
"filePickerDialogTitle": "Trieu un fitxer .flowy_plugin",
"urlUploadFailure": "No s'ha pogut obrir l'URL: {}"
"urlUploadFailure": "No s'ha pogut obrir l'URL: {}",
"failure": "El tema que s'ha penjat tenia un format no vàlid."
},
"theme": "Tema",
"builtInsLabel": "Temes integrats",

View File

@ -354,12 +354,12 @@
"button": "Hochladen",
"uploadTheme": "Theme hochladen",
"description": "Laden Sie Ihr eigenes AppFlowy-Theme über die Schaltfläche unten hoch.",
"failure": "Das hochgeladene Theme hatte ein ungültiges Format.",
"loading": "Bitte warten Sie, während wir Ihr Theme validieren und hochladen ...",
"uploadSuccess": "Ihr Theme wurde erfolgreich hochgeladen",
"deletionFailure": "Das Thema konnte nicht gelöscht werden. Versuchen Sie, es manuell zu löschen.",
"filePickerDialogTitle": "Wählen Sie eine .flowy_plugin-Datei",
"urlUploadFailure": "URL konnte nicht geöffnet werden: {}"
"urlUploadFailure": "URL konnte nicht geöffnet werden: {}",
"failure": "Das hochgeladene Theme hatte ein ungültiges Format."
},
"theme": "Theme",
"builtInsLabel": "Integrierte Themes",

View File

@ -2,6 +2,7 @@
"appName": "AppFlowy",
"defaultUsername": "Mi",
"welcomeText": "Bienvenido a @:appName",
"welcomeTo": "Bienvenido a",
"githubStarText": "Favorito en GitHub",
"subscribeNewsletterText": "Suscribir al boletín",
"letsGoButtonText": "Vamos",
@ -35,6 +36,7 @@
"loginStartWithAnonymous": "Comience una sesión anónima",
"continueAnonymousUser": "Continuar con una sesión anónima",
"buttonText": "Ingresar",
"signingInText": "Iniciando sesión...",
"forgotPassword": "¿Olvidó su contraseña?",
"emailHint": "Correo",
"passwordHint": "Contraseña",
@ -268,6 +270,30 @@
"open": "Abrir ajustes",
"logout": "Cerrar session",
"logoutPrompt": "¿Estás seguro de cerrar sesión?",
"selfEncryptionLogoutPrompt": "¿Está seguro de que quieres cerrar la sesión? Asegúrese de haber copiado el codigo de cifrado.",
"syncSetting": "Configuración de sincronización",
"cloudSettings": "Configuración de la nube",
"enableSync": "Habilitar sincronización",
"enableEncrypt": "Cifrar datos",
"cloudURL": "URL base",
"invalidCloudURLScheme": "Esquema no válido",
"cloudServerType": "servidor en la nube",
"cloudServerTypeTip": "Tenga en cuenta que es posible que se cierre la sesión de su cuenta actual después de cambiar el servidor en la nube.",
"cloudLocal": "Local",
"cloudSupabase": "Supabase",
"cloudSupabaseUrl": "URL de la base de datos",
"cloudSupabaseAnonKey": "Supabase clave anon",
"cloudSupabaseAnonKeyCanNotBeEmpty": "La clave anon no puede estar vacía si la URL de supabase no está vacía",
"cloudAppFlowy": "Nube AppFlowy",
"clickToCopy": "Haga clic para copiar",
"selfHostStart": "Si no tiene un servidor, consulte la",
"selfHostContent": "documento",
"selfHostEnd": "para obtener orientación sobre cómo autohospedar su propio servidor",
"cloudURLHint": "Ingrese la URL base de su servidor",
"cloudWSURL": "URL del conector web / websocket",
"cloudWSURLHint": "Ingrese la dirección websocket de su servidor",
"restartApp": "Reiniciar",
"restartAppTip": "Reinicie la aplicación para que se apliquen los cambios. Tenga en cuenta que esto podría cerrar la sesión de su cuenta actual.",
"supabaseSetting": "Ajuste de base superior"
},
"appearance": {
@ -284,12 +310,12 @@
"themeUpload": {
"button": "Subir",
"description": "Cargue su propio tema AppFlowy usando el botón de abajo.",
"failure": "El tema que se cargó tenía un formato no válido.",
"loading": "Espere mientras validamos y cargamos su tema...",
"uploadSuccess": "Su tema se ha subido con éxito",
"deletionFailure": "No se pudo eliminar el tema. Intenta eliminarlo manualmente.",
"filePickerDialogTitle": "Elija un archivo .flowy_plugin",
"urlUploadFailure": "No se pudo abrir la URL: {}"
"urlUploadFailure": "No se pudo abrir la URL: {}",
"failure": "El tema que se cargó tenía un formato no válido."
},
"theme": "Tema",
"builtInsLabel": "Temas incorporados",

View File

@ -224,12 +224,12 @@
"themeUpload": {
"button": "Kargatu",
"description": "Kargatu zure AppFlowy gaia beheko botoia erabiliz.",
"failure": "Kargatu zen gaiak formatu baliogabea zuen.",
"loading": "Mesedez, itxaron zure gaia balioztatzen eta kargatzen dugun bitartean...",
"uploadSuccess": "Zure gaia behar bezala kargatu da",
"deletionFailure": "Ezin izan da gaia ezabatu. Saiatu eskuz ezabatzen.",
"filePickerDialogTitle": "Aukeratu .flowy_plugin fitxategi bat",
"urlUploadFailure": "Ezin izan da ireki URLa: {}"
"urlUploadFailure": "Ezin izan da ireki URLa: {}",
"failure": "Kargatu zen gaiak formatu baliogabea zuen."
},
"theme": "Itxura",
"builtInsLabel": "Eraikitako gaiak",

View File

@ -247,12 +247,12 @@
"themeUpload": {
"button": "بارگذاری",
"description": "تم قالب AppFlowy خود را با استفاده از دکمه زیر آپلود کنید.",
"failure": "تم قالب آپلود شده نامعتبر است.",
"loading": "لطفاً منتظر بمانید تا تم قالب شما را اعتبارسنجی و آپلود کنیم...",
"uploadSuccess": "تم قالب شما با موفقیت آپلود شد",
"deletionFailure": "تم حذف نشد. سعی کنید آن را به صورت دستی حذف کنید.",
"filePickerDialogTitle": "یک فایل .flowy_plugin را انتخاب کنید",
"urlUploadFailure": "نشانی اینترنتی باز نشد: {}"
"urlUploadFailure": "نشانی اینترنتی باز نشد: {}",
"failure": "تم قالب آپلود شده نامعتبر است."
},
"theme": "تم قالب",
"builtInsLabel": "قالب‌های پیش‌ساخته",

View File

@ -224,12 +224,12 @@
"themeUpload": {
"button": "Télécharger",
"description": "Téléchargez votre propre thème AppFlowy en utilisant le bouton ci-dessous.",
"failure": "Le thème qui a été téléchargé avait un format non valide.",
"loading": "Veuillez patienter pendant que nous validons et téléchargeons votre thème...",
"uploadSuccess": "Votre thème a été téléchargé avec succès",
"deletionFailure": "Échec de la suppression du thème. Essayez de le supprimer manuellement.",
"filePickerDialogTitle": "Choisissez un fichier .flowy_plugin",
"urlUploadFailure": "Échec de l'ouverture de l'URL : {}"
"urlUploadFailure": "Échec de l'ouverture de l'URL : {}",
"failure": "Le thème qui a été téléchargé avait un format non valide."
},
"theme": "Thème",
"builtInsLabel": "Thèmes intégrés",

View File

@ -264,12 +264,12 @@
"themeUpload": {
"button": "Télécharger",
"description": "Téléchargez votre propre thème AppFlowy en utilisant le bouton ci-dessous.",
"failure": "Le thème qui a été téléchargé avait un format non valide.",
"loading": "Veuillez patienter pendant que nous validons et téléchargeons votre thème...",
"uploadSuccess": "Votre thème a été téléchargé avec succès",
"deletionFailure": "Échec de la suppression du thème. Essayez de le supprimer manuellement.",
"filePickerDialogTitle": "Choisissez un fichier .flowy_plugin",
"urlUploadFailure": "Échec de l'ouverture de l'URL : {}"
"urlUploadFailure": "Échec de l'ouverture de l'URL : {}",
"failure": "Le thème qui a été téléchargé avait un format non valide."
},
"theme": "Thème",
"builtInsLabel": "Thèmes intégrés",

View File

@ -224,12 +224,12 @@
"themeUpload": {
"button": "Feltöltés",
"description": "Töltse fel saját AppFlowy témáját az alábbi gomb segítségével.",
"failure": "A feltöltött téma formátuma érvénytelen.",
"loading": "Kérjük, várjon, amíg ellenőrizzük és feltöltjük a témát...",
"uploadSuccess": "A témát sikeresen feltöltötte",
"deletionFailure": "Nem sikerült törölni a témát. Próbálja meg manuálisan törölni.",
"filePickerDialogTitle": "Válasszon egy .flowy_plugin fájlt",
"urlUploadFailure": "Nem sikerült megnyitni az URL-t: {}"
"urlUploadFailure": "Nem sikerült megnyitni az URL-t: {}",
"failure": "A feltöltött téma formátuma érvénytelen."
},
"theme": "Téma",
"builtInsLabel": "Beépített témák",

View File

@ -309,12 +309,12 @@
"button": "Mengunggah",
"uploadTheme": "Unggah tema",
"description": "Unggah tema AppFlowy Anda sendiri menggunakan tombol di bawah ini.",
"failure": "Tema yang diunggah memiliki format yang tidak valid.",
"loading": "Harap tunggu sementara kami memvalidasi dan mengunggah tema Anda...",
"uploadSuccess": "Tema Anda berhasil diunggah",
"deletionFailure": "Gagal menghapus tema. Cobalah untuk menghapusnya secara manual.",
"filePickerDialogTitle": "Pilih file .flowy_plugin",
"urlUploadFailure": "Gagal membuka url: {}"
"urlUploadFailure": "Gagal membuka url: {}",
"failure": "Tema yang diunggah memiliki format yang tidak valid."
},
"theme": "Tema",
"builtInsLabel": "Tema Bawaan",

View File

@ -353,12 +353,12 @@
"button": "Caricamento",
"uploadTheme": "Carica tema",
"description": "Carica il tuo tema AppFlowy utilizzando il pulsante in basso.",
"failure": "Il tema che è stato caricato aveva un formato non valido.",
"loading": "Attendi mentre convalidiamo e carichiamo il tuo tema...",
"uploadSuccess": "Il tuo tema è stato caricato correttamente",
"deletionFailure": "Impossibile eliminare il tema. Prova a eliminarlo manualmente.",
"filePickerDialogTitle": "Scegli un file .flowy_plugin",
"urlUploadFailure": "Impossibile aprire l'URL: {}"
"urlUploadFailure": "Impossibile aprire l'URL: {}",
"failure": "Il tema che è stato caricato aveva un formato non valido."
},
"theme": "Tema",
"builtInsLabel": "Temi incorporati",
@ -911,10 +911,10 @@
"firstDayOfWeek": "Inizia la settimana",
"layoutDateField": "Layout calendario per",
"noDateTitle": "Nessuna data",
"noDateHint": "Gli eventi non programmati verranno visualizzati qui",
"unscheduledEventsTitle": "Eventi non programmati",
"clickToAdd": "Fare clic per aggiungere al calendario",
"name": "Disposizione del calendario"
"name": "Disposizione del calendario",
"noDateHint": "Gli eventi non programmati verranno visualizzati qui"
},
"referencedCalendarPrefix": "Vista di",
"quickJumpYear": "Salta a"

View File

@ -224,12 +224,12 @@
"themeUpload": {
"button": "アップロード",
"description": "下のボタンを使用して、独自のAppFlowyテーマをアップロードします。",
"failure": "アップロードされたテーマの形式が無効でした。",
"loading": "テーマを検証してアップロードするまでお待ちください...",
"uploadSuccess": "テーマは正常にアップロードされました",
"deletionFailure": "テーマの削除に失敗しました。手動で削除してみてください。",
"filePickerDialogTitle": ".flowy_plugin ファイルを選択します",
"urlUploadFailure": "URLを開けませんでした: {}"
"urlUploadFailure": "URLを開けませんでした: {}",
"failure": "アップロードされたテーマの形式が無効でした。"
},
"theme": "テーマ",
"builtInsLabel": "組み込みテーマ",

View File

@ -224,12 +224,12 @@
"themeUpload": {
"button": "업로드",
"description": "아래 버튼을 사용하여 나만의 AppFlowy 테마를 업로드하세요.",
"failure": "업로드된 테마의 형식이 잘못되었습니다.",
"loading": "테마를 확인하고 업로드하는 동안 잠시 기다려 주십시오...",
"uploadSuccess": "테마가 성공적으로 업로드되었습니다.",
"deletionFailure": "테마를 삭제하지 못했습니다. 수동으로 삭제해 보십시오.",
"filePickerDialogTitle": ".flowy_plugin 파일 선택",
"urlUploadFailure": "URL을 열지 못했습니다: {}"
"urlUploadFailure": "URL을 열지 못했습니다: {}",
"failure": "업로드된 테마의 형식이 잘못되었습니다."
},
"theme": "주제",
"builtInsLabel": "내장 테마",

View File

@ -313,12 +313,12 @@
"themeUpload": {
"button": "Prześlij",
"description": "Prześlij własny motyw AppFlowy za pomocą przycisku poniżej.",
"failure": "Przesłany motyw miał nieprawidłowy format.",
"loading": "Poczekaj, aż zweryfikujemy i prześlemy Twój motyw...",
"uploadSuccess": "Twój motyw został przesłany pomyślnie",
"deletionFailure": "Nie udało się usunąć motywu. Spróbuj usunąć go ręcznie.",
"filePickerDialogTitle": "Wybierz plik .flowy_plugin",
"urlUploadFailure": "Nie udało się otworzyć adresu URL: {}"
"urlUploadFailure": "Nie udało się otworzyć adresu URL: {}",
"failure": "Przesłany motyw miał nieprawidłowy format."
},
"theme": "Motyw",
"builtInsLabel": "Wbudowane motywy",

View File

@ -288,12 +288,12 @@
"themeUpload": {
"button": "Carregar",
"description": "Carregue seu próprio tema AppFlowy usando o botão abaixo.",
"failure": "O tema que foi carregado tinha um formato inválido.",
"loading": "Aguarde enquanto validamos e carregamos seu tema...",
"uploadSuccess": "Seu tema foi carregado com sucesso",
"deletionFailure": "Falha ao excluir o tema. Tente excluí-lo manualmente.",
"filePickerDialogTitle": "Escolha um arquivo .flowy_plugin",
"urlUploadFailure": "Falha ao abrir url: {}"
"urlUploadFailure": "Falha ao abrir url: {}",
"failure": "O tema que foi carregado tinha um formato inválido."
},
"theme": "Tema",
"builtInsLabel": "Temas embutidos",

View File

@ -295,12 +295,12 @@
"button": "Carregar",
"uploadTheme": "Carregar tema",
"description": "Carregue seu próprio tema AppFlowy usando o botão abaixo.",
"failure": "O tema que foi carregado tinha um formato inválido.",
"loading": "Aguarde enquanto validamos e carregamos seu tema...",
"uploadSuccess": "Seu tema foi carregado com sucesso",
"deletionFailure": "Falha ao excluir o tema. Tente excluí-lo manualmente.",
"filePickerDialogTitle": "Escolha um arquivo .flowy_plugin",
"urlUploadFailure": "Falha ao abrir url: {}"
"urlUploadFailure": "Falha ao abrir url: {}",
"failure": "O tema que foi carregado tinha um formato inválido."
},
"theme": "Tema",
"builtInsLabel": "Temas integrados",

View File

@ -356,12 +356,12 @@
"button": "Загрузить",
"uploadTheme": "Загрузить тему",
"description": "Загрузите собственную тему AppFlowy, используя кнопку ниже.",
"failure": "Загруженная тема имеет недопустимый формат.",
"loading": "Подождите, пока мы проверим и загрузим вашу тему...",
"uploadSuccess": "Ваша тема была успешно загружена",
"deletionFailure": "Не удалось удалить тему. Попробуйте удалить её вручную.",
"filePickerDialogTitle": "Выберите файл .flowy_plugin",
"urlUploadFailure": "Не удалось открыть URL: {}"
"urlUploadFailure": "Не удалось открыть URL: {}",
"failure": "Загруженная тема имеет недопустимый формат."
},
"theme": "Тема",
"builtInsLabel": "Встроенные темы",

View File

@ -311,12 +311,12 @@
"button": "Yükle",
"uploadTheme": "Tema yükle",
"description": "Aşağıdaki düğmeyi kullanarak kendi AppFlowy temanızı yükleyin.",
"failure": "Yüklenen temanın biçimi geçersiz.",
"loading": "Temanız doğrulanıp yüklenirken lütfen bekleyin...",
"uploadSuccess": "Temanız yüklendi",
"deletionFailure": "Tema silinemedi. El ile silmeyi deneyin.",
"filePickerDialogTitle": "Bir .flowy_plugin dosyası seçin",
"urlUploadFailure": "Adres açılamadı: {}"
"urlUploadFailure": "Adres açılamadı: {}",
"failure": "Yüklenen temanın biçimi geçersiz."
},
"theme": "Tema",
"builtInsLabel": "Hazır temalar",

View File

@ -341,12 +341,12 @@
"button": "上传",
"uploadTheme": "上传主题",
"description": "使用下方的按钮上传您自己的 AppFlowy 主题。",
"failure": "上传的主题格式无效。",
"loading": "我们正在验证并上传您的主题,请稍候...",
"uploadSuccess": "您的主题已成功上传",
"deletionFailure": "删除主题失败。尝试手动删除它。",
"filePickerDialogTitle": "选择 .flowy_plugin 文件",
"urlUploadFailure": "无法打开网址:{}"
"urlUploadFailure": "无法打开网址:{}",
"failure": "上传的主题格式无效。"
},
"theme": "主题",
"builtInsLabel": "内置主题",

View File

@ -224,12 +224,12 @@
"themeUpload": {
"button": "上傳",
"description": "使用下方的按鈕上傳您自己的 AppFlowy 主題。",
"failure": "上傳的主題格式無效。",
"loading": "我們正在驗證並上傳您的主題,請稍候...",
"uploadSuccess": "您的主題已成功上傳",
"deletionFailure": "刪除主題失敗。嘗試手動刪除它。",
"filePickerDialogTitle": "選擇 .flowy_plugin 文件",
"urlUploadFailure": "無法開啟網址:{}"
"urlUploadFailure": "無法開啟網址:{}",
"failure": "上傳的主題格式無效。"
},
"theme": "主題",
"builtInsLabel": "內建主題",