Unverified Commit e7aeca73 authored by boojack's avatar boojack Committed by GitHub

chore: update i18n with weblate (#2332)

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/

* Translated using Weblate (Dutch)

Currently translated at 77.8% (246 of 316 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/nl/

* Translated using Weblate (Dutch)

Currently translated at 78.4% (248 of 316 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/nl/

* Translated using Weblate (Dutch)

Currently translated at 78.7% (249 of 316 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/nl/

* Translated using Weblate (Dutch)

Currently translated at 79.1% (250 of 316 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/nl/

* Translated using Weblate (Dutch)

Currently translated at 79.7% (252 of 316 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/nl/

* Translated using Weblate (Dutch)

Currently translated at 81.6% (258 of 316 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/nl/

---------
Co-authored-by: 's avatarHosted Weblate <hosted@weblate.org>
Co-authored-by: 's avatarJasper Platenburg <jasperdgp@outlook.com>
parent e85f325e
{ {
"common": { "common": {
"memos-slogan": "Ein schlankes, selbstgehostetes Memo-Hub. Open Source und für immer kostenlos.",
"about": "Über Memos", "about": "Über Memos",
"home": "Startseite", "home": "Startseite",
"resources": "Ressourcen", "resources": "Ressourcen",
"setting": "Einstellung",
"archived": "Archiviert", "archived": "Archiviert",
"email": "E-Mail", "email": "E-Mail",
"password": "Passwort", "password": "Passwort",
...@@ -60,22 +58,13 @@ ...@@ -60,22 +58,13 @@
"learn-more": "Mehr erfahren", "learn-more": "Mehr erfahren",
"beta": "Beta", "beta": "Beta",
"new": "Neu", "new": "Neu",
"dialog": {
"error": "Fehler",
"help": "Hilfe",
"info": "Information",
"success": "Erfolgreich",
"warning": "Warnung"
},
"mark": "Mark" "mark": "Mark"
}, },
"router": { "router": {
"go-to-home": "Zurück zur Startseite" "go-to-home": "Zurück zur Startseite"
}, },
"auth": { "auth": {
"signup-as-host": "Als Host registrieren",
"host-tip": "Du registrierst dich als Host dieser Seite.", "host-tip": "Du registrierst dich als Host dieser Seite.",
"not-host-tip": "Kontaktiere den Host dieser Seite, wenn du noch kein Konto hast.",
"new-password": "Neues Passwort", "new-password": "Neues Passwort",
"repeat-new-password": "Neues Passwort wiederholen" "repeat-new-password": "Neues Passwort wiederholen"
}, },
...@@ -160,7 +149,6 @@ ...@@ -160,7 +149,6 @@
"member": "Mitglieder", "member": "Mitglieder",
"member-list": "Mitgliederliste", "member-list": "Mitgliederliste",
"system": "System", "system": "System",
"openai": "OpenAI",
"storage": "Speicher", "storage": "Speicher",
"sso": "SSO", "sso": "SSO",
"account-section": { "account-section": {
...@@ -261,11 +249,6 @@ ...@@ -261,11 +249,6 @@
"telegram-bot-token": "Telegram Bot Token", "telegram-bot-token": "Telegram Bot Token",
"telegram-bot-token-description": "Telegram Bot Token oder API Proxy, wie `http.../bot<token>`", "telegram-bot-token-description": "Telegram Bot Token oder API Proxy, wie `http.../bot<token>`",
"telegram-bot-token-placeholder": "Dein Telegram Bot token", "telegram-bot-token-placeholder": "Dein Telegram Bot token",
"openai-api-key": "OpenAI: API Schlüssel",
"openai-api-key-description": "API-Schlüssel abrufen",
"openai-api-key-placeholder": "Dein OpenAI API-Schlüssel",
"openai-api-host": "OpenAI: API Host",
"openai-api-host-placeholder": "Standard: https://api.openai.com/",
"display-with-updated-time": "Anzeige mit aktualisierter Zeit" "display-with-updated-time": "Anzeige mit aktualisierter Zeit"
}, },
"appearance-option": { "appearance-option": {
...@@ -296,39 +279,9 @@ ...@@ -296,39 +279,9 @@
"disabled-password-login-warning": "Passwort-Login ist deaktiviert, sei besonders vorsichtig beim Entfernen von Identitätsanbieter❗" "disabled-password-login-warning": "Passwort-Login ist deaktiviert, sei besonders vorsichtig beim Entfernen von Identitätsanbieter❗"
} }
}, },
"filter": {
"new-filter": "Neuer Filter",
"type": {
"tag": "Tag",
"type": "Typ",
"text": "Text",
"display-time": "angezeigte Zeit",
"visibility": "Sichtbarkeit"
},
"operator": {
"contains": "enthält",
"not-contains": "enthält nicht",
"is": "ist",
"is-not": "ist nicht",
"before": "vor",
"after": "nach"
},
"value": {
"not-tagged": "Keine Tags",
"linked": "Hat Links",
"has-attachment": "Hat Anhänge"
},
"text-placeholder": "Beginne einen Regex mit ^",
"and": "Und",
"or": "Oder"
},
"amount-text": { "amount-text": {
"memo_one": "MEMO", "memo_one": "MEMO",
"memo_other": "MEMOS", "memo_other": "MEMOS"
"tag_one": "TAG",
"tag_other": "TAGS",
"day_one": "TAG",
"day_other": "TAGE"
}, },
"message": { "message": {
"no-data": "Vielleicht wurden keine Daten gefunden, vielleicht sollte es eine andere Option sein.", "no-data": "Vielleicht wurden keine Daten gefunden, vielleicht sollte es eine andere Option sein.",
...@@ -362,10 +315,6 @@ ...@@ -362,10 +315,6 @@
"click-to-save-the-image": "Klicken um Bild zu speichern", "click-to-save-the-image": "Klicken um Bild zu speichern",
"generating-the-screenshot": "Erstelle Screenshot...", "generating-the-screenshot": "Erstelle Screenshot...",
"count-selected-resources": "Insgesamt markiert", "count-selected-resources": "Insgesamt markiert",
"too-short": "Zu kurz",
"too-long": "Zu lang",
"not-allow-space": "Keine Leerzeichen erlaubt",
"not-allow-chinese": "Keine chinesischen Zeichen erlaubt",
"succeed-vacuum-database": "Aufräumen der Datenbank erfolgreich", "succeed-vacuum-database": "Aufräumen der Datenbank erfolgreich",
"succeed-update-additional-style": "Zusätzlicher Stil wurde erfolgreich aktualisiert", "succeed-update-additional-style": "Zusätzlicher Stil wurde erfolgreich aktualisiert",
"succeed-copy-resource-link": "Link zur Ressource wurde erfolgreich kopiert", "succeed-copy-resource-link": "Link zur Ressource wurde erfolgreich kopiert",
......
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
"about": "Acerca de", "about": "Acerca de",
"email": "Email", "email": "Email",
"password": "Contraseña", "password": "Contraseña",
"repeat-password-short": "Repetir",
"repeat-password": "Repetir la contraseña",
"new-password": "Nueva contraseña",
"repeat-new-password": "Repetir la nueva contraseña",
"username": "Usuario", "username": "Usuario",
"nickname": "Apodo", "nickname": "Apodo",
"save": "Guardar", "save": "Guardar",
...@@ -32,15 +28,12 @@ ...@@ -32,15 +28,12 @@
"sign-in": "Iniciar sesión", "sign-in": "Iniciar sesión",
"sign-up": "Registrarse", "sign-up": "Registrarse",
"sign-out": "Cerrar sesión", "sign-out": "Cerrar sesión",
"back-to-home": "Volver al Inicio",
"type": "Tipo", "type": "Tipo",
"title": "Título", "title": "Título",
"filter": "Filtros", "filter": "Filtros",
"tags": "Etiquetas", "tags": "Etiquetas",
"yourself": "Tu", "yourself": "Tu",
"archived-at": "Archivado en",
"changed": "cambiado", "changed": "cambiado",
"update-on": "Actualización de",
"fold": "Plegar", "fold": "Plegar",
"expand": "Expandir", "expand": "Expandir",
"image": "Imagen", "image": "Imagen",
...@@ -52,37 +45,19 @@ ...@@ -52,37 +45,19 @@
"mark": "Mark" "mark": "Mark"
}, },
"auth": { "auth": {
"signup-as-host": "Registrarse como Anfitrión", "host-tip": "Te estás registrando como Anfitrión del Sitio."
"host-tip": "Te estás registrando como Anfitrión del Sitio.",
"not-host-tip": "Si no tienes una cuenta, ponte en contacto con el anfitrión del sitio."
},
"sidebar": {
"daily-review": "Resumen diario",
"resources": "Recursos",
"setting": "Ajustes",
"archived": "Archivado"
}, },
"resource": { "resource": {
"description": "Visualiza tus recursos estáticos en notas. p.ej., imágenes",
"no-resources": "Sin recursos.", "no-resources": "Sin recursos.",
"fetching-data": "obteniendo datos...", "fetching-data": "obteniendo datos...",
"upload": "Subir",
"preview": "Vista previa",
"copy-link": "Copiar Enlace", "copy-link": "Copiar Enlace",
"delete-resource": "Borrar Recurso", "delete-resource": "Borrar Recurso",
"warning-text": "¿Está seguro de eliminar este recurso? ESTA ACCIÓN ES IRREVERSIBLE❗", "warning-text": "¿Está seguro de eliminar este recurso? ESTA ACCIÓN ES IRREVERSIBLE❗",
"linked-amount": "Importe de la nota vinculado", "linked-amount": "Importe de la nota vinculado",
"rename": "Renombrar",
"warning-text-unused": "¿Está seguro de eliminar estos recursos no utilizados? ESTA ACCIÓN ES IRREVERSIBLE❗", "warning-text-unused": "¿Está seguro de eliminar estos recursos no utilizados? ESTA ACCIÓN ES IRREVERSIBLE❗",
"no-unused-resources": "No hay recursos sin utilizar", "no-unused-resources": "No hay recursos sin utilizar",
"name": "Nombre",
"clear": "Limpiar" "clear": "Limpiar"
}, },
"archived": {
"archived-memos": "Notas Archivadas",
"no-archived-memos": "No hay notas archivadas.",
"fetching-data": "obteniendo datos..."
},
"editor": { "editor": {
"editing": "Editando...", "editing": "Editando...",
"cancel-edit": "Cancelar edición", "cancel-edit": "Cancelar edición",
...@@ -95,7 +70,6 @@ ...@@ -95,7 +70,6 @@
}, },
"memo": { "memo": {
"view-detail": "Ver Detalles", "view-detail": "Ver Detalles",
"copy": "Copiar",
"copy-link": "Copiar Enlace", "copy-link": "Copiar Enlace",
"visibility": { "visibility": {
"private": "Solo visible para ti", "private": "Solo visible para ti",
...@@ -104,39 +78,9 @@ ...@@ -104,39 +78,9 @@
"disabled": "Las notas públicas están deshabilitadas" "disabled": "Las notas públicas están deshabilitadas"
} }
}, },
"memo-list": {
"fetching-data": "obteniendo datos...",
"fetch-more": "Click aqui para obtener más información"
},
"filter": {
"new-filter": "Nuevo Filtro",
"type": {
"tag": "Etiqueta",
"type": "Tipo",
"text": "Texto",
"display-time": "Fecha y Hora de Visualización",
"visibility": "Visibilidad"
},
"operator": {
"contains": "Contiene",
"not-contains": "No contiene",
"is": "Es",
"is-not": "No Es",
"before": "Antes",
"after": "Después"
},
"value": {
"not-tagged": "Sin etiquetas",
"linked": "Con enlaces"
},
"text-placeholder": "Empieza por ^ para usar regex"
},
"tag-list": { "tag-list": {
"tip-text": "Escribe '#etiqueta' para crearlo" "tip-text": "Escribe '#etiqueta' para crearlo"
}, },
"search": {
"quickly-filter": "Filtro rápido"
},
"setting": { "setting": {
"my-account": "Mi Cuenta", "my-account": "Mi Cuenta",
"preference": "Preferencias", "preference": "Preferencias",
...@@ -197,16 +141,9 @@ ...@@ -197,16 +141,9 @@
"amount-text": { "amount-text": {
"memo_one": "NOTA", "memo_one": "NOTA",
"memo_many": "NOTAS", "memo_many": "NOTAS",
"memo_other": "NOTAS", "memo_other": "NOTAS"
"tag_one": "ETIQUETA",
"tag_many": "ETIQUETAS",
"tag_other": "ETIQUETAS",
"day_one": "DIA",
"day_many": "DIAS",
"day_other": "DIAS"
}, },
"message": { "message": {
"no-memos": "no hay notas 🌃",
"memos-ready": "todas las notas están listas 🎉", "memos-ready": "todas las notas están listas 🎉",
"restored-successfully": "Restaurado con éxito", "restored-successfully": "Restaurado con éxito",
"memo-updated-datetime": "Fecha de creación de la nota modificada.", "memo-updated-datetime": "Fecha de creación de la nota modificada.",
...@@ -232,10 +169,6 @@ ...@@ -232,10 +169,6 @@
"click-to-save-the-image": "Haz clic para guardar la imagen", "click-to-save-the-image": "Haz clic para guardar la imagen",
"generating-the-screenshot": "Generando la captura de pantalla...", "generating-the-screenshot": "Generando la captura de pantalla...",
"count-selected-resources": "Total seleccionado", "count-selected-resources": "Total seleccionado",
"too-short": "Demasiado corto",
"too-long": "Demasiado largo",
"not-allow-space": "No se admiten espacios",
"not-allow-chinese": "El chino no está permitido",
"succeed-vacuum-database": "Exito al limpiar la base de datos", "succeed-vacuum-database": "Exito al limpiar la base de datos",
"succeed-update-additional-style": "Estilo adicional actualizado con éxito.", "succeed-update-additional-style": "Estilo adicional actualizado con éxito.",
"succeed-copy-resource-link": "Enlace del recurso copiado con éxito.", "succeed-copy-resource-link": "Enlace del recurso copiado con éxito.",
...@@ -246,19 +179,12 @@ ...@@ -246,19 +179,12 @@
"page-not-found": "404 - Página no encontrada 😥" "page-not-found": "404 - Página no encontrada 😥"
}, },
"days": { "days": {
"monday": "Lunes",
"mon": "Lun", "mon": "Lun",
"tuesday": "Martes",
"tue": "Mart", "tue": "Mart",
"wednesday": "Miércoles",
"wed": "Miérc", "wed": "Miérc",
"thursday": "Jueves",
"thu": "Juev", "thu": "Juev",
"friday": "Viernes",
"fri": "Vier", "fri": "Vier",
"saturday": "Sábado",
"sat": "Sáb", "sat": "Sáb",
"sunday": "Domingo",
"sun": "Dom" "sun": "Dom"
} }
} }
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
"about": "À propos", "about": "À propos",
"email": "Email", "email": "Email",
"password": "Mot de passe", "password": "Mot de passe",
"repeat-password-short": "Répétez",
"repeat-password": "Répétez le mot de passe",
"new-password": "Nouveau mot de passe",
"repeat-new-password": "Répétez le nouveau mot de passe",
"username": "Nom d'utilisateur", "username": "Nom d'utilisateur",
"nickname": "Surnom", "nickname": "Surnom",
"save": "Enregistrer", "save": "Enregistrer",
...@@ -32,15 +28,12 @@ ...@@ -32,15 +28,12 @@
"sign-in": "Se connecter", "sign-in": "Se connecter",
"sign-up": "S'inscrire", "sign-up": "S'inscrire",
"sign-out": "Se déconnecter", "sign-out": "Se déconnecter",
"back-to-home": "Retour à l'accueil",
"type": "Type", "type": "Type",
"title": "Titre", "title": "Titre",
"filter": "Filtre", "filter": "Filtre",
"tags": "Étiquettes", "tags": "Étiquettes",
"yourself": "Vous-même", "yourself": "Vous-même",
"archived-at": "Archivé à",
"changed": "modifié", "changed": "modifié",
"update-on": "Mise à jour sur",
"fold": "Plier", "fold": "Plier",
"expand": "Développer", "expand": "Développer",
"image": "Image", "image": "Image",
...@@ -52,37 +45,19 @@ ...@@ -52,37 +45,19 @@
"mark": "Marquer" "mark": "Marquer"
}, },
"auth": { "auth": {
"signup-as-host": "S'inscrire en tant qu'hôte", "host-tip": "Vous vous inscrivez en tant qu'hébergeur du site."
"host-tip": "Vous vous inscrivez en tant qu'hébergeur du site.",
"not-host-tip": "Si vous n'avez pas de compte, veuillez contacter l'hôte du site."
},
"sidebar": {
"daily-review": "Bilan quotidien",
"resources": "Ressources",
"setting": "Réglages",
"archived": "Archivé"
}, },
"resource": { "resource": {
"description": "Visualisez vos ressources statiques dans des mémos, par exemple des images.",
"no-resources": "Aucune ressource.", "no-resources": "Aucune ressource.",
"fetching-data": "récupération des données...", "fetching-data": "récupération des données...",
"upload": "Télécharger",
"preview": "Aperçu",
"copy-link": "Copier le lien", "copy-link": "Copier le lien",
"delete-resource": "Supprimer la ressource", "delete-resource": "Supprimer la ressource",
"warning-text": "Êtes-vous sûr de vouloir supprimer cette ressource ? CETTE ACTION EST IRRÉVERSIBLE❗", "warning-text": "Êtes-vous sûr de vouloir supprimer cette ressource ? CETTE ACTION EST IRRÉVERSIBLE❗",
"linked-amount": "Montant du mémo lié", "linked-amount": "Montant du mémo lié",
"rename": "Renommer",
"warning-text-unused": "Etes-vous sûr de vouloir supprimer ces ressources inutilisées ? CETTE ACTION EST IRRÉVERSIBLE❗", "warning-text-unused": "Etes-vous sûr de vouloir supprimer ces ressources inutilisées ? CETTE ACTION EST IRRÉVERSIBLE❗",
"no-unused-resources": "Aucune ressource inutilisée", "no-unused-resources": "Aucune ressource inutilisée",
"name": "Nom",
"clear": "Nettoyer" "clear": "Nettoyer"
}, },
"archived": {
"archived-memos": "Mémos archivés",
"no-archived-memos": "Aucun mémo archivé.",
"fetching-data": "récupération des données..."
},
"editor": { "editor": {
"editing": "Édition...", "editing": "Édition...",
"cancel-edit": "Annuler l'édition", "cancel-edit": "Annuler l'édition",
...@@ -95,7 +70,6 @@ ...@@ -95,7 +70,6 @@
}, },
"memo": { "memo": {
"view-detail": "Voir le détail", "view-detail": "Voir le détail",
"copy": "Copier",
"copy-link": "Copier le lien", "copy-link": "Copier le lien",
"visibility": { "visibility": {
"private": "Privé", "private": "Privé",
...@@ -104,39 +78,9 @@ ...@@ -104,39 +78,9 @@
"disabled": "Les mémos publics sont désactivés" "disabled": "Les mémos publics sont désactivés"
} }
}, },
"memo-list": {
"fetching-data": "récupération des données...",
"fetch-more": "Cliquez ici pour en savoir plus"
},
"filter": {
"new-filter": "Nouveau filtre",
"type": {
"tag": "Tag",
"type": "Type",
"text": "Texte",
"display-time": "Horodatage",
"visibility": "Visibilité"
},
"operator": {
"contains": "Contient",
"not-contains": "Ne contient pas",
"is": "Est",
"is-not": "N'est pas",
"before": "Avant",
"after": "Après"
},
"value": {
"not-tagged": "Pas d'étiquette",
"linked": "A des liens"
},
"text-placeholder": "Commence par ^ pour utiliser regex"
},
"tag-list": { "tag-list": {
"tip-text": "Entrez `#tag ` pour créer" "tip-text": "Entrez `#tag ` pour créer"
}, },
"search": {
"quickly-filter": "Filtrer rapidement"
},
"setting": { "setting": {
"my-account": "Mon compte", "my-account": "Mon compte",
"preference": "Préférences", "preference": "Préférences",
...@@ -196,14 +140,10 @@ ...@@ -196,14 +140,10 @@
}, },
"amount-text": { "amount-text": {
"memo_one": "MEMO", "memo_one": "MEMO",
"tag_one": "ÉTIQUETTE", "memo_many": "",
"day_one": "JOUR", "memo_other": "ETIQUETTES"
"day_other": "JOURS",
"memo_other": "ETIQUETTES",
"tag_other": "ETIQUETTES"
}, },
"message": { "message": {
"no-memos": "pas de mémos 🌃",
"memos-ready": "tous les mémos sont prêts 🎉", "memos-ready": "tous les mémos sont prêts 🎉",
"restored-successfully": "Restauré avec succès", "restored-successfully": "Restauré avec succès",
"memo-updated-datetime": "La date et l'heure de création du mémo ont été modifiées.", "memo-updated-datetime": "La date et l'heure de création du mémo ont été modifiées.",
...@@ -229,10 +169,6 @@ ...@@ -229,10 +169,6 @@
"click-to-save-the-image": "Cliquez pour enregistrer l'image", "click-to-save-the-image": "Cliquez pour enregistrer l'image",
"generating-the-screenshot": "Génération de la capture d'écran...", "generating-the-screenshot": "Génération de la capture d'écran...",
"count-selected-resources": "Total de la sélection", "count-selected-resources": "Total de la sélection",
"too-short": "Trop court",
"too-long": "Trop long",
"not-allow-space": "Espaces non acceptés",
"not-allow-chinese": "Caractères chinois non acceptés",
"succeed-vacuum-database": "Nettoyage de la base de données effectuée", "succeed-vacuum-database": "Nettoyage de la base de données effectuée",
"succeed-update-additional-style": "Mise à jour des styles additionnels effectuée", "succeed-update-additional-style": "Mise à jour des styles additionnels effectuée",
"succeed-copy-resource-link": "Copie du lien vers le presse-papier effectuée", "succeed-copy-resource-link": "Copie du lien vers le presse-papier effectuée",
...@@ -243,19 +179,12 @@ ...@@ -243,19 +179,12 @@
"page-not-found": "404 - Page non trouvée 😥" "page-not-found": "404 - Page non trouvée 😥"
}, },
"days": { "days": {
"monday": "Lundi",
"mon": "Lu", "mon": "Lu",
"tuesday": "Mardi",
"tue": "Ma", "tue": "Ma",
"wednesday": "Mercredi",
"wed": "Me", "wed": "Me",
"thursday": "Jeudi",
"thu": "Je", "thu": "Je",
"friday": "Vendredi",
"fri": "Ve", "fri": "Ve",
"saturday": "Samedi",
"sat": "Sa", "sat": "Sa",
"sunday": "Dimanche",
"sun": "Di" "sun": "Di"
} }
} }
This diff is collapsed.
{ {
"common": { "common": {
"memos-slogan": "Perolaki memo hub. Otvorenog kôda i besplatno zauvijek.",
"about": "O aplikaciji", "about": "O aplikaciji",
"home": "Glavna", "home": "Glavna",
"resources": "Privitci", "resources": "Privitci",
...@@ -58,24 +57,11 @@ ...@@ -58,24 +57,11 @@
"name": "Ime", "name": "Ime",
"visibility": "Vidljivost", "visibility": "Vidljivost",
"learn-more": "Nauči više", "learn-more": "Nauči više",
"e.g": "e.g.",
"beta": "Beta", "beta": "Beta",
"dialog": {
"error": "Greška",
"help": "Pomoć",
"info": "Informacija",
"success": "Uspjeh",
"warning": "Upozorenje"
},
"mark": "Mark" "mark": "Mark"
}, },
"router": {
"back-to-home": "Natrag kući"
},
"auth": { "auth": {
"signup-as-host": "Registriraj se kao Vlasnik",
"host-tip": "Registriraš se kao Vlasnik sajta.", "host-tip": "Registriraš se kao Vlasnik sajta.",
"not-host-tip": "Ako nemaš račun, kontaktiraj vlasnika stranice.",
"new-password": "Nova lozinka", "new-password": "Nova lozinka",
"repeat-new-password": "Ponovi novu lozinku" "repeat-new-password": "Ponovi novu lozinku"
}, },
...@@ -253,11 +239,6 @@ ...@@ -253,11 +239,6 @@
"telegram-bot-token": "Token Telegram Bota", "telegram-bot-token": "Token Telegram Bota",
"telegram-bot-token-description": "Telegram Bot Token ili API Proxy kao `http.../bot<token>`", "telegram-bot-token-description": "Telegram Bot Token ili API Proxy kao `http.../bot<token>`",
"telegram-bot-token-placeholder": "Tvoj Telegram Bot token", "telegram-bot-token-placeholder": "Tvoj Telegram Bot token",
"openai-api-key": "OpenAI: API Key",
"openai-api-key-description": "Get API key",
"openai-api-key-placeholder": "Tvoj OpenAI API Ključ",
"openai-api-host": "OpenAI: API Host",
"openai-api-host-placeholder": "Zadano: https://api.openai.com/",
"display-with-updated-time": "Prikaži sa obnovljenim vremenom" "display-with-updated-time": "Prikaži sa obnovljenim vremenom"
}, },
"appearance-option": { "appearance-option": {
...@@ -287,36 +268,8 @@ ...@@ -287,36 +268,8 @@
"scopes": "Scopes" "scopes": "Scopes"
} }
}, },
"filter": {
"new-filter": "Novi Filtar",
"type": {
"tag": "Tag",
"type": "Tip",
"text": "Text",
"display-time": "Prikaži vrijeme",
"visibility": "Vidljivost"
},
"operator": {
"contains": "Sadrži",
"not-contains": "Ne sadrži",
"is": "je",
"is-not": "nije",
"before": "Prije",
"after": "Poslije"
},
"value": {
"not-tagged": "Bez tagova",
"linked": "Ima linkove",
"has-attachment": "Ima privitke"
},
"text-placeholder": "Započni sa ^ da koristiš regex",
"and": "i",
"or": "ili"
},
"message": { "message": {
"no-memos": "nema memoa 🌃",
"memos-ready": "svi memoi su spremni 🎉", "memos-ready": "svi memoi su spremni 🎉",
"no-resource": "nema resursa 🌃",
"resource-ready": "svi resursi su spremni 🎉", "resource-ready": "svi resursi su spremni 🎉",
"restored-successfully": "Uspješno vraćeno", "restored-successfully": "Uspješno vraćeno",
"memo-updated-datetime": "Datum/vrijeme stvaranja memoa je promijenjen.", "memo-updated-datetime": "Datum/vrijeme stvaranja memoa je promijenjen.",
...@@ -346,10 +299,6 @@ ...@@ -346,10 +299,6 @@
"click-to-save-the-image": "Klikni da spremiš sliku", "click-to-save-the-image": "Klikni da spremiš sliku",
"generating-the-screenshot": "Generiranje screenshota...", "generating-the-screenshot": "Generiranje screenshota...",
"count-selected-resources": "Ukupno odabrano", "count-selected-resources": "Ukupno odabrano",
"too-short": "prekratko",
"too-long": "predugo",
"not-allow-space": "Ne dozvoli razmak",
"not-allow-chinese": "Ne dozvoli kineski",
"succeed-vacuum-database": "Vakuumiranje databaze je uspjelo", "succeed-vacuum-database": "Vakuumiranje databaze je uspjelo",
"succeed-update-additional-style": "Dodatni stil je uspješno obnovljen.", "succeed-update-additional-style": "Dodatni stil je uspješno obnovljen.",
"succeed-copy-resource-link": "Resource link je uspješno kopiran.", "succeed-copy-resource-link": "Resource link je uspješno kopiran.",
...@@ -369,15 +318,6 @@ ...@@ -369,15 +318,6 @@
"sat": "Sub", "sat": "Sub",
"sun": "Ned" "sun": "Ned"
}, },
"ask-ai": {
"title": "Pitaj AI",
"not-enabled": "Nisi postavio svoj OpenAI API ključ.",
"go-to-settings": "Idi na postavke",
"placeholder": "Pitaj bilo što…",
"default-message-group-title": "Default Session",
"create-message-group-title": "Stvori sesiju",
"label-message-group-name-title": "Ime sesije"
},
"embed-memo": { "embed-memo": {
"title": "Ugradi Memo", "title": "Ugradi Memo",
"text": "Kopiraj i podijeli kod ispod na svom blogu ili web stranici.", "text": "Kopiraj i podijeli kod ispod na svom blogu ili web stranici.",
......
{ {
"common": { "common": {
"memos-slogan": "Un hub memo leggero e self-hosted. Open Source e gratuito per sempre.",
"about": "Informazioni", "about": "Informazioni",
"home": "Home", "home": "Home",
"resources": "Risorse", "resources": "Risorse",
...@@ -60,22 +59,10 @@ ...@@ -60,22 +59,10 @@
"learn-more": "Scopri di più", "learn-more": "Scopri di più",
"beta": "Beta", "beta": "Beta",
"new": "Nuovo", "new": "Nuovo",
"dialog": {
"error": "Errore",
"help": "Aiuto",
"info": "Informazione",
"success": "Successo",
"warning": "Attenzione"
},
"mark": "Cita" "mark": "Cita"
}, },
"router": {
"back-to-home": "Torna alla home"
},
"auth": { "auth": {
"signup-as-host": "Registrati come proprietario",
"host-tip": "Ti stai registrando come proprietario del sito.", "host-tip": "Ti stai registrando come proprietario del sito.",
"not-host-tip": "Se non hai un account, contatta il proprietario del sito.",
"new-password": "Nuova password", "new-password": "Nuova password",
"repeat-new-password": "Ripeti la nuova password" "repeat-new-password": "Ripeti la nuova password"
}, },
...@@ -161,7 +148,6 @@ ...@@ -161,7 +148,6 @@
"member": "Membri", "member": "Membri",
"member-list": "Lista membri", "member-list": "Lista membri",
"system": "Sistema", "system": "Sistema",
"openai": "OpenAI",
"storage": "Archiviazione", "storage": "Archiviazione",
"sso": "SSO", "sso": "SSO",
"account-section": { "account-section": {
...@@ -262,11 +248,6 @@ ...@@ -262,11 +248,6 @@
"telegram-bot-token": "Token Bot Telegram", "telegram-bot-token": "Token Bot Telegram",
"telegram-bot-token-description": "Token bot Telegram o API Proxy come `http.../bot<token>`", "telegram-bot-token-description": "Token bot Telegram o API Proxy come `http.../bot<token>`",
"telegram-bot-token-placeholder": "Il token del tuo bot Telegram", "telegram-bot-token-placeholder": "Il token del tuo bot Telegram",
"openai-api-key": "OpenAI: API Key",
"openai-api-key-description": "Ottieni key API",
"openai-api-key-placeholder": "La tua OpenAI key API",
"openai-api-host": "OpenAI: API Host",
"openai-api-host-placeholder": "Default: https://api.openai.com/",
"display-with-updated-time": "Mostra con tempo aggiornato" "display-with-updated-time": "Mostra con tempo aggiornato"
}, },
"appearance-option": { "appearance-option": {
...@@ -297,39 +278,10 @@ ...@@ -297,39 +278,10 @@
"disabled-password-login-warning": "Il login con la password è disattivato, sii extra-attento quando elimini SSO❗" "disabled-password-login-warning": "Il login con la password è disattivato, sii extra-attento quando elimini SSO❗"
} }
}, },
"filter": {
"new-filter": "Nuovo filtro",
"type": {
"tag": "Tag",
"type": "Tipo",
"text": "Testo",
"display-time": "Tempo visualizzazione",
"visibility": "Visibilità"
},
"operator": {
"contains": "Contiene",
"not-contains": "Non contiene",
"is": "È",
"is-not": "Non è",
"before": "Prima",
"after": "Dopo"
},
"value": {
"not-tagged": "Non taggato",
"linked": "Ha links",
"has-attachment": "Ha allegati"
},
"text-placeholder": "Inizia con ^ per usare regex",
"and": "E",
"or": "O"
},
"amount-text": { "amount-text": {
"memo_one": "MEMO", "memo_one": "MEMO",
"memo_other": "MEMOS", "memo_many": "",
"tag_one": "TAG", "memo_other": "MEMOS"
"tag_other": "TAGS",
"day_one": "GIORNO",
"day_other": "GIORNI"
}, },
"message": { "message": {
"no-data": "Nessun dato", "no-data": "Nessun dato",
...@@ -363,10 +315,6 @@ ...@@ -363,10 +315,6 @@
"click-to-save-the-image": "Clicca per salvare l’immagine", "click-to-save-the-image": "Clicca per salvare l’immagine",
"generating-the-screenshot": "Generando screenshot…", "generating-the-screenshot": "Generando screenshot…",
"count-selected-resources": "Totale selezionato", "count-selected-resources": "Totale selezionato",
"too-short": "Troppo corto",
"too-long": "Troppo lungo",
"not-allow-space": "Non permettere spazi",
"not-allow-chinese": "Non permettere caratteri cinesi",
"succeed-vacuum-database": "Database ottimizzato con successo.", "succeed-vacuum-database": "Database ottimizzato con successo.",
"succeed-update-additional-style": "Stile aggiuntivo aggiornato con successo.", "succeed-update-additional-style": "Stile aggiuntivo aggiornato con successo.",
"succeed-copy-resource-link": "Link risorsa copiato con successo.", "succeed-copy-resource-link": "Link risorsa copiato con successo.",
......
{ {
"common": { "common": {
"memos-slogan": "軽量なセルフホスティング型のメモ帳。オープンソースで永久にフリーです。",
"about": "About", "about": "About",
"home": "ホーム", "home": "ホーム",
"resources": "ファイル", "resources": "ファイル",
...@@ -61,22 +60,10 @@ ...@@ -61,22 +60,10 @@
"beta": "ベータ", "beta": "ベータ",
"new": "New", "new": "New",
"mark": "マーク", "mark": "マーク",
"profile": "プロファイル", "profile": "プロファイル"
"dialog": {
"error": "エラー",
"help": "ヘルプ",
"info": "info",
"success": "成功",
"warning": "警告"
}
},
"router": {
"back-to-home": "ホームに戻る"
}, },
"auth": { "auth": {
"signup-as-host": "管理者として登録する",
"host-tip": "管理者として登録されます。", "host-tip": "管理者として登録されます。",
"not-host-tip": "もしあなたがアカウントを持っていない場合、サイト管理者に問い合わせてください。",
"new-password": "新しいパスワード", "new-password": "新しいパスワード",
"repeat-new-password": "新しいパスワードを確認(繰り返し)" "repeat-new-password": "新しいパスワードを確認(繰り返し)"
}, },
...@@ -296,36 +283,8 @@ ...@@ -296,36 +283,8 @@
"disabled-password-login-warning": "パスワードによるログインが無効になっていますので、アイデンティティプロバイダーを削除する際は特に注意してください❗" "disabled-password-login-warning": "パスワードによるログインが無効になっていますので、アイデンティティプロバイダーを削除する際は特に注意してください❗"
} }
}, },
"filter": {
"new-filter": "新しいフィルター",
"type": {
"tag": "タグ",
"type": "タイプ",
"text": "テキスト",
"display-time": "投稿時間",
"visibility": "公開範囲"
},
"operator": {
"contains": "を含む",
"not-contains": "を含まない",
"is": "は",
"is-not": "ではない",
"before": "より前",
"after": "より後"
},
"value": {
"not-tagged": "タグはありません",
"linked": "リンクがあります",
"has-attachment": "アタッチメントがあります"
},
"text-placeholder": "^キーでregexを使用できます",
"and": "かつ",
"or": "もしくは"
},
"message": { "message": {
"no-memos": "メモはありません🌃",
"memos-ready": "これですべてのメモを閲覧できました🎉", "memos-ready": "これですべてのメモを閲覧できました🎉",
"no-resource": "ファイルはありません🌃",
"resource-ready": "これですべてのファイルを閲覧できました🎉", "resource-ready": "これですべてのファイルを閲覧できました🎉",
"restored-successfully": "リストア成功", "restored-successfully": "リストア成功",
"memo-updated-datetime": "メモの作成日時が変更されました。", "memo-updated-datetime": "メモの作成日時が変更されました。",
...@@ -355,10 +314,6 @@ ...@@ -355,10 +314,6 @@
"click-to-save-the-image": "クリックしてこの画像を保存します", "click-to-save-the-image": "クリックしてこの画像を保存します",
"generating-the-screenshot": "スクリーンショットを生成中", "generating-the-screenshot": "スクリーンショットを生成中",
"count-selected-resources": "選択された項目の合計", "count-selected-resources": "選択された項目の合計",
"too-short": "短すぎます",
"too-long": "長すぎます",
"not-allow-space": "スペースは入れられません。",
"not-allow-chinese": "中国語は入力できません。",
"succeed-vacuum-database": "データベースの初期化に成功しました", "succeed-vacuum-database": "データベースの初期化に成功しました",
"succeed-update-additional-style": "追加CSSの保存に成功しました。", "succeed-update-additional-style": "追加CSSの保存に成功しました。",
"succeed-copy-resource-link": "ファイルリンクのコピーに成功しました。", "succeed-copy-resource-link": "ファイルリンクのコピーに成功しました。",
...@@ -372,12 +327,7 @@ ...@@ -372,12 +327,7 @@
"password-login-disabled": "パスワードログインが無効の場合、最後のIDプロバイダーを削除することはできません" "password-login-disabled": "パスワードログインが無効の場合、最後のIDプロバイダーを削除することはできません"
}, },
"amount-text": { "amount-text": {
"memo_one": "MEMO", "memo_other": "MEMOS"
"memo_other": "MEMOS",
"tag_one": "TAG",
"tag_other": "TAGS",
"day_one": "TAG",
"day_other": "TAGE"
}, },
"days": { "days": {
"mon": "月", "mon": "月",
......
{ {
"common": { "common": {
"memos-slogan": "가볍고 셀프호스팅되는 메모 저장소입니다. 언제나 자유로운 오픈 소스입니다.",
"about": "정보", "about": "정보",
"home": "홈", "home": "홈",
"resources": "리소스", "resources": "리소스",
...@@ -60,22 +59,10 @@ ...@@ -60,22 +59,10 @@
"learn-more": "더 보기", "learn-more": "더 보기",
"beta": "베타", "beta": "베타",
"new": "신규", "new": "신규",
"dialog": {
"error": "오류",
"help": "도움말",
"info": "정보",
"success": "성공",
"warning": "경고"
},
"mark": "연결" "mark": "연결"
}, },
"router": {
"back-to-home": "홈으로 돌아가기"
},
"auth": { "auth": {
"signup-as-host": "호스트로서 회원등록",
"host-tip": "사이트 주인으로서의 계정을 등록합니다.", "host-tip": "사이트 주인으로서의 계정을 등록합니다.",
"not-host-tip": "계정이 없다면 사이트 주인에게 문의해 주세요.",
"new-password": "새 비밀번호", "new-password": "새 비밀번호",
"repeat-new-password": "새 비밀번호 재확인" "repeat-new-password": "새 비밀번호 재확인"
}, },
...@@ -161,7 +148,6 @@ ...@@ -161,7 +148,6 @@
"member": "멤버", "member": "멤버",
"member-list": "멤버 목록", "member-list": "멤버 목록",
"system": "시스템", "system": "시스템",
"openai": "OpenAI",
"storage": "저장소", "storage": "저장소",
"sso": "SSO", "sso": "SSO",
"account-section": { "account-section": {
...@@ -262,11 +248,6 @@ ...@@ -262,11 +248,6 @@
"telegram-bot-token": "텔레그램 봇 연동", "telegram-bot-token": "텔레그램 봇 연동",
"telegram-bot-token-description": "텔레그램 @BotFather 에서 얻을 수 있습니다", "telegram-bot-token-description": "텔레그램 @BotFather 에서 얻을 수 있습니다",
"telegram-bot-token-placeholder": "서버의 텔레그램 봇 토큰", "telegram-bot-token-placeholder": "서버의 텔레그램 봇 토큰",
"openai-api-key": "OpenAI: API 키",
"openai-api-key-description": "API 키 받아오기",
"openai-api-key-placeholder": "내 OpenAI API 키",
"openai-api-host": "OpenAI: API 호스트",
"openai-api-host-placeholder": "기본값: https://api.openai.com/",
"display-with-updated-time": "수정된 시각을 표시" "display-with-updated-time": "수정된 시각을 표시"
}, },
"appearance-option": { "appearance-option": {
...@@ -297,39 +278,8 @@ ...@@ -297,39 +278,8 @@
"disabled-password-login-warning": "비밀번호 로그인이 비활성화되어 있습니다. SSO를 지울 때는 더 조심하세요❗" "disabled-password-login-warning": "비밀번호 로그인이 비활성화되어 있습니다. SSO를 지울 때는 더 조심하세요❗"
} }
}, },
"filter": {
"new-filter": "새 필터",
"type": {
"tag": "태그",
"type": "종류",
"text": "내용",
"display-time": "표시 시각",
"visibility": "공개 범위"
},
"operator": {
"contains": "포함",
"not-contains": "비포함",
"is": "해당",
"is-not": "비해당",
"before": "이전",
"after": "이후"
},
"value": {
"not-tagged": "태그 없음",
"linked": "링크 있음",
"has-attachment": "첨부파일 있음"
},
"text-placeholder": "^으로 시작하면 정규식 취급",
"and": "그리고",
"or": "또는"
},
"amount-text": { "amount-text": {
"memo_one": "MEMO", "memo_other": "MEMOS"
"memo_other": "MEMOS",
"tag_one": "TAG",
"tag_other": "TAGS",
"day_one": "TAG",
"day_other": "TAGE"
}, },
"message": { "message": {
"no-data": "데이터가 없습니다.", "no-data": "데이터가 없습니다.",
...@@ -363,10 +313,6 @@ ...@@ -363,10 +313,6 @@
"click-to-save-the-image": "이미지를 저장하려면 클릭하세요", "click-to-save-the-image": "이미지를 저장하려면 클릭하세요",
"generating-the-screenshot": "스크린샷을 생성하는 중...", "generating-the-screenshot": "스크린샷을 생성하는 중...",
"count-selected-resources": "선택된 항목", "count-selected-resources": "선택된 항목",
"too-short": "너무 짧음",
"too-long": "너무 긺",
"not-allow-space": "공백 허용하지 않음",
"not-allow-chinese": "한자 허용하지 않음",
"succeed-vacuum-database": "데이터베이스 최적화 성공", "succeed-vacuum-database": "데이터베이스 최적화 성공",
"succeed-update-additional-style": "추가적인 스타일 적용 성공", "succeed-update-additional-style": "추가적인 스타일 적용 성공",
"succeed-copy-resource-link": "리소스 링크 복사 성공", "succeed-copy-resource-link": "리소스 링크 복사 성공",
......
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
"email": "E-mailadres", "email": "E-mailadres",
"password": "Wachtwoord", "password": "Wachtwoord",
"avatar": "Avatar", "avatar": "Avatar",
"new-password": "Nieuw wachtwoord",
"repeat-new-password": "Nieuw wachtwoord herhalen",
"username": "Gebruikersnaam", "username": "Gebruikersnaam",
"nickname": "Bijnaam", "nickname": "Bijnaam",
"save": "Opslaan", "save": "Opslaan",
...@@ -35,66 +33,55 @@ ...@@ -35,66 +33,55 @@
"sign-in": "Inloggen", "sign-in": "Inloggen",
"sign-up": "Registreren", "sign-up": "Registreren",
"sign-out": "Uitloggen", "sign-out": "Uitloggen",
"back-to-home": "Terug naar homepagina",
"type": "Type", "type": "Type",
"title": "Titel", "title": "Titel",
"filter": "Filter", "filter": "Filter",
"tags": "Labels", "tags": "Labels",
"yourself": "Jijzelf", "yourself": "Jijzelf",
"archived-at": "Gearchiveerd op",
"changed": "gewijzigd", "changed": "gewijzigd",
"update-on": "Update op",
"fold": "Inklappen", "fold": "Inklappen",
"expand": "Uitklappen", "expand": "Uitklappen",
"vacuum": "Optimaliseren", "vacuum": "Optimaliseren",
"repeat-password-short": "Herhaal",
"repeat-password": "Herhaal wachtwoord",
"image": "Afbeelding", "image": "Afbeelding",
"link": "Link", "link": "Link",
"select": "Selecteer", "select": "Selecteer",
"database": "Database", "database": "Database",
"dialog": { "mark": "Citeren",
"error": "Fout", "preview": "Voorbeeld",
"help": "Help", "name": "Naam",
"info": "Informatie", "beta": "Beta",
"success": "Gelukt", "upload": "Uploaden",
"warning": "Waarschuwing" "update": "Bijwerken",
}, "visibility": "Zichtbaarheid",
"mark": "Citeren" "clear": "Leegmaken",
"rename": "Hernoemen",
"learn-more": "Lees meer",
"new": "Nieuw",
"or": "of",
"filter-period": "{{from}} tot {{to}}",
"sign-in-with": "Log in met {{provider}}",
"profile": "Profiel"
}, },
"auth": { "auth": {
"signup-as-host": "Registreren als Host",
"host-tip": "Je registreert je als Site Host.", "host-tip": "Je registreert je als Site Host.",
"not-host-tip": "Als je geen account hebt, neem dan contact op met de site host.",
"new-password": "Nieuw wachtwoord", "new-password": "Nieuw wachtwoord",
"repeat-new-password": "Nieuw wachtwoord herhalen" "repeat-new-password": "Nieuw wachtwoord herhalen",
}, "create-your-account": "Maak je account",
"sidebar": { "sign-up-tip": "Nog geen account?",
"daily-review": "Dagelijkse Review", "sign-in-tip": "Al een account?"
"resources": "Bronnen",
"setting": "Instellingen",
"archived": "Gearchiveerd"
}, },
"resource": { "resource": {
"description": "Bekijk je statische bronnen in memos, zoals foto's.",
"no-resources": "Geen bronnen.", "no-resources": "Geen bronnen.",
"fetching-data": "data aan het ophalen...", "fetching-data": "data aan het ophalen...",
"upload": "Uploaden",
"preview": "Voorbeeld",
"copy-link": "Kopieer Link", "copy-link": "Kopieer Link",
"delete-resource": "Bron verwijderen", "delete-resource": "Bron verwijderen",
"warning-text": "Weet je zeker dat je deze bron wilt verwijderen? Deze actie is NIET terug te draaien!", "warning-text": "Weet je zeker dat je deze bron wilt verwijderen? Deze actie is NIET terug te draaien!",
"linked-amount": "Aantal gelinkte memo's", "linked-amount": "Aantal gelinkte memo's",
"rename": "Hernoemen",
"warning-text-unused": "Weet je zeker dat je deze ongebruikte bron wilt verwijderen? Deze actie is NIET terug te draaien!", "warning-text-unused": "Weet je zeker dat je deze ongebruikte bron wilt verwijderen? Deze actie is NIET terug te draaien!",
"no-unused-resources": "Geen ongebruikte bronnen", "no-unused-resources": "Geen ongebruikte bronnen",
"name": "Name", "clear": "Opruimen",
"clear": "Opruimen" "reset-resource-link": "Link resetten",
}, "reset-link": "Link resetten"
"archived": {
"archived-memos": "Gearchiveerde Memos",
"no-archived-memos": "Geen gearchiveerde memos.",
"fetching-data": "data aan het ophalen..."
}, },
"editor": { "editor": {
"editing": "Aan het bewerken...", "editing": "Aan het bewerken...",
...@@ -108,42 +95,26 @@ ...@@ -108,42 +95,26 @@
}, },
"memo": { "memo": {
"view-detail": "Bekijk details", "view-detail": "Bekijk details",
"copy": "Kopieer",
"copy-link": "Kopieer link", "copy-link": "Kopieer link",
"search-placeholder": "Zoek memos", "search-placeholder": "Zoek memos",
"fetching-data": "data aan het ophalen...", "fetching-data": "data aan het ophalen...",
"fetch-more": "Klik hier om meer op te halen", "fetch-more": "Klik hier om meer op te halen",
"visibility": { "visibility": {
"private": "Privé", "private": "Privé",
"protected": "Zichtbaar voor gebruikers", "protected": "Werkruimte",
"public": "Openbaar", "public": "Openbaar",
"disabled": "Openbare memos zijn uitgezet" "disabled": "Openbare memos zijn uitgezet"
}, },
"delete-memo": "Memo verwijderen", "delete-memo": "Memo verwijderen",
"delete-confirm": "Weet je zeker dat je deze memo wilt verwijderen?\n\nDit kan niet teruggedraaid worden!" "delete-confirm": "Weet je zeker dat je deze memo wilt verwijderen?\n\nDit kan niet teruggedraaid worden!",
}, "embed": "Insluiten",
"filter": { "archived-memos": "Gearchiveerde memos",
"new-filter": "Nieuw Filter", "archived-at": "Gearchiveerd op",
"type": { "comment": {
"tag": "Tag", "no-comment": "Geen opmerking",
"type": "Type", "self": "Opmerkingen"
"text": "Text",
"display-time": "Display Time",
"visibility": "Visibility"
},
"operator": {
"contains": "Bevat",
"not-contains": "Bevat niet",
"is": "Is",
"is-not": "Is Niet",
"before": "Voor",
"after": "Na"
},
"value": {
"not-tagged": "Geen labels",
"linked": "Heeft links"
}, },
"text-placeholder": "Begin met ^ om RegEx te gebruiken." "no-archived-memos": "Geen gearchiveerde memos."
}, },
"tag-list": { "tag-list": {
"tip-text": "Typ `#label` om aan te maken", "tip-text": "Typ `#label` om aan te maken",
...@@ -156,9 +127,6 @@ ...@@ -156,9 +127,6 @@
"title": "Dagelijks", "title": "Dagelijks",
"no-memos": "Oeps, er is niks." "no-memos": "Oeps, er is niks."
}, },
"search": {
"quickly-filter": "Snel filteren"
},
"setting": { "setting": {
"my-account": "Mijn account", "my-account": "Mijn account",
"preference": "Voorkeuren", "preference": "Voorkeuren",
...@@ -280,15 +248,10 @@ ...@@ -280,15 +248,10 @@
}, },
"amount-text": { "amount-text": {
"memo_one": "MEMO", "memo_one": "MEMO",
"memo_other": "MEMOS", "memo_other": "MEMOS"
"tag_one": "LABEL",
"tag_other": "LABELS",
"day_one": "DAG",
"day_other": "DAGEN"
}, },
"message": { "message": {
"no-data": "Geen data gevonden.", "no-data": "Geen data gevonden.",
"no-memos": "geen memos 🌃",
"memos-ready": "alle memos zijn geladen 🎉", "memos-ready": "alle memos zijn geladen 🎉",
"restored-successfully": "Succesvol teruggezet", "restored-successfully": "Succesvol teruggezet",
"memo-updated-datetime": "Tijd van aanmaken gewijzigd.", "memo-updated-datetime": "Tijd van aanmaken gewijzigd.",
...@@ -318,10 +281,6 @@ ...@@ -318,10 +281,6 @@
"succeed-update-additional-script": "Optioneel script bijgewerkt.", "succeed-update-additional-script": "Optioneel script bijgewerkt.",
"update-succeed": "Update voltooid", "update-succeed": "Update voltooid",
"succeed-copy-code": "Code gekopieërd naar klembord.", "succeed-copy-code": "Code gekopieërd naar klembord.",
"too-short": "Te kort",
"too-long": "Te lang",
"not-allow-space": "Spaties zijn niet toegestaan",
"not-allow-chinese": "Chinees is niet toegestaan",
"page-not-found": "404 - Pagina niet gevonden 😥", "page-not-found": "404 - Pagina niet gevonden 😥",
"password-not-match": "Wachtwoorden komen niet overeen.", "password-not-match": "Wachtwoorden komen niet overeen.",
"succeed-copy-link": "Link gekopieërd naar klembord.", "succeed-copy-link": "Link gekopieërd naar klembord.",
...@@ -331,19 +290,12 @@ ...@@ -331,19 +290,12 @@
"password-login-disabled": "Je kan niet de laatste inlogprovider verwijderen als inloggen met wachtwoord is uitgeschakeld." "password-login-disabled": "Je kan niet de laatste inlogprovider verwijderen als inloggen met wachtwoord is uitgeschakeld."
}, },
"days": { "days": {
"monday": "Maandag",
"mon": "ma", "mon": "ma",
"tuesday": "Dinsdag",
"tue": "di", "tue": "di",
"wednesday": "Woensdag",
"wed": "wo", "wed": "wo",
"thursday": "Donderdag",
"thu": "do", "thu": "do",
"friday": "Vrijdag",
"fri": "vr", "fri": "vr",
"saturday": "Zaterdag",
"sat": "za", "sat": "za",
"sunday": "Zondag",
"sun": "zo" "sun": "zo"
}, },
"embed-memo": { "embed-memo": {
...@@ -366,5 +318,9 @@ ...@@ -366,5 +318,9 @@
"no-server-description": "Geen beschrijving geconfigureerd.", "no-server-description": "Geen beschrijving geconfigureerd.",
"powered-by": "Mogelijk gemaakt door", "powered-by": "Mogelijk gemaakt door",
"other-projects": "Andere projecten" "other-projects": "Andere projecten"
},
"router": {
"go-to-home": "Ga naar homepagina",
"back-to-top": "Terug naar boven"
} }
} }
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
"about": "O aplikacji", "about": "O aplikacji",
"email": "E-mail", "email": "E-mail",
"password": "Hasło", "password": "Hasło",
"repeat-password-short": "Powtórz",
"repeat-password": "Powtórz hasło",
"new-password": "Nowe hasło",
"repeat-new-password": "Powtórz nowe hasło",
"avatar": "Awatar", "avatar": "Awatar",
"username": "Nazwa użytkownika", "username": "Nazwa użytkownika",
"nickname": "Pseudonim", "nickname": "Pseudonim",
...@@ -33,15 +29,12 @@ ...@@ -33,15 +29,12 @@
"sign-in": "Zaloguj", "sign-in": "Zaloguj",
"sign-up": "Utwórz konto", "sign-up": "Utwórz konto",
"sign-out": "Wyloguj", "sign-out": "Wyloguj",
"back-to-home": "Powrót do Strony Głównej",
"type": "Typ", "type": "Typ",
"title": "Tytuł", "title": "Tytuł",
"filter": "Filtruj", "filter": "Filtruj",
"tags": "Tagi", "tags": "Tagi",
"yourself": "Ty", "yourself": "Ty",
"archived-at": "Zarchiwizowano",
"changed": "zmodyfikowano", "changed": "zmodyfikowano",
"update-on": "Aktualizacja dnia",
"fold": "Zwiń", "fold": "Zwiń",
"expand": "Rozwiń", "expand": "Rozwiń",
"image": "Obrazek", "image": "Obrazek",
...@@ -52,36 +45,18 @@ ...@@ -52,36 +45,18 @@
"mark": "Mark" "mark": "Mark"
}, },
"auth": { "auth": {
"signup-as-host": "Zarejestruj się jako właściciel", "host-tip": "Rejestrujesz się jako właściciel."
"host-tip": "Rejestrujesz się jako właściciel.",
"not-host-tip": "Jeśli nie posiadasz konta skontaktuj się z właścicielem strony."
},
"sidebar": {
"daily-review": "Podsumowanie dnia",
"resources": "Zasoby",
"setting": "Ustawienia",
"archived": "Zarchiwizowane"
}, },
"resource": { "resource": {
"description": "Zobacz statyczne zasoby w notatkach, na przykład obrazki",
"no-resources": "Brak zasobów.", "no-resources": "Brak zasobów.",
"fetching-data": "pobieranie danych...", "fetching-data": "pobieranie danych...",
"upload": "Wrzuć",
"preview": "Podgląd",
"linked-amount": "Liczba kwalifikujących się notatek", "linked-amount": "Liczba kwalifikujących się notatek",
"copy-link": "Kopiuj odnośnik", "copy-link": "Kopiuj odnośnik",
"delete-resource": "Usuń zasób", "delete-resource": "Usuń zasób",
"warning-text": "Czy na pewno chcesz usunąć zasób? To działanie jest nieodwracalne❗", "warning-text": "Czy na pewno chcesz usunąć zasób? To działanie jest nieodwracalne❗",
"rename": "Zmień nazwę",
"clear": "Wyczyść", "clear": "Wyczyść",
"warning-text-unused": "Czy na pewno chcesz usunąć nieużywany zasób? To działanie jest nieodwracalne❗", "warning-text-unused": "Czy na pewno chcesz usunąć nieużywany zasób? To działanie jest nieodwracalne❗",
"no-unused-resources": "Brak nieużywanych zasobów", "no-unused-resources": "Brak nieużywanych zasobów"
"name": "Nazwa"
},
"archived": {
"archived-memos": "Zarchiwizowane notatki",
"no-archived-memos": "Brak zarchiwizowanych notatek.",
"fetching-data": "pobieranie danych..."
}, },
"editor": { "editor": {
"editing": "Edytowanie...", "editing": "Edytowanie...",
...@@ -95,7 +70,6 @@ ...@@ -95,7 +70,6 @@
}, },
"memo": { "memo": {
"view-detail": "Zobacz szczegóły", "view-detail": "Zobacz szczegóły",
"copy": "Kopiuj",
"copy-link": "Kopiuj odnośnik", "copy-link": "Kopiuj odnośnik",
"visibility": { "visibility": {
"private": "Widoczne tylko dla ciebie", "private": "Widoczne tylko dla ciebie",
...@@ -104,39 +78,9 @@ ...@@ -104,39 +78,9 @@
"disabled": "Publiczne notatki są wyłączone" "disabled": "Publiczne notatki są wyłączone"
} }
}, },
"memo-list": {
"fetching-data": "pobieranie danych...",
"fetch-more": "Kliknij, aby pobrać więcej"
},
"filter": {
"new-filter": "Nowy filtr",
"type": {
"tag": "Tag",
"type": "Typ",
"text": "Tekst",
"display-time": "Wyświetlana data",
"visibility": "Widoczność"
},
"operator": {
"contains": "Zawiera",
"not-contains": "Nie zawiera",
"is": "To",
"is-not": "Różny od",
"before": "Przed",
"after": "Po"
},
"value": {
"not-tagged": "Brak tagów",
"linked": "Posiada linki"
},
"text-placeholder": "Rozpocznij z ^, aby wykorzystać regex"
},
"tag-list": { "tag-list": {
"tip-text": "Wprowadź `#tag` aby utworzyć" "tip-text": "Wprowadź `#tag` aby utworzyć"
}, },
"search": {
"quickly-filter": "Szybkie filtry"
},
"setting": { "setting": {
"my-account": "Moje konto", "my-account": "Moje konto",
"preference": "Ustawienia", "preference": "Ustawienia",
...@@ -197,13 +141,9 @@ ...@@ -197,13 +141,9 @@
"amount-text": { "amount-text": {
"memo_one": "NOTATKA", "memo_one": "NOTATKA",
"memo_few": "", "memo_few": "",
"tag_one": "TAG", "memo_many": ""
"tag_few": "",
"day_one": "DZIEŃ",
"day_few": ""
}, },
"message": { "message": {
"no-memos": "brak notatek 🌃",
"memos-ready": "wszystkie notatki są gotowe 🎉", "memos-ready": "wszystkie notatki są gotowe 🎉",
"restored-successfully": "Pomyślnie przywrócono", "restored-successfully": "Pomyślnie przywrócono",
"memo-updated-datetime": "Zmieniono datę utworzenia notatki.", "memo-updated-datetime": "Zmieniono datę utworzenia notatki.",
...@@ -230,10 +170,6 @@ ...@@ -230,10 +170,6 @@
"click-to-save-the-image": "Kliknij aby zapisać obrazek", "click-to-save-the-image": "Kliknij aby zapisać obrazek",
"generating-the-screenshot": "Generowanie zrzutu ekranu...", "generating-the-screenshot": "Generowanie zrzutu ekranu...",
"count-selected-resources": "Wybrano łącznie", "count-selected-resources": "Wybrano łącznie",
"too-short": "Za krótkie",
"too-long": "Za długie",
"not-allow-space": "Spacja niedozwolona",
"not-allow-chinese": "Chiński niedozwolony",
"succeed-vacuum-database": "Udało się wyczyścić bazę danych", "succeed-vacuum-database": "Udało się wyczyścić bazę danych",
"succeed-update-additional-style": "Udało się zaktualizować dodatkowy styl", "succeed-update-additional-style": "Udało się zaktualizować dodatkowy styl",
"succeed-copy-resource-link": "Udało się skopiować link do zasobu do schowka", "succeed-copy-resource-link": "Udało się skopiować link do zasobu do schowka",
...@@ -243,19 +179,12 @@ ...@@ -243,19 +179,12 @@
"page-not-found": "404 - Nie znaleziono 😥" "page-not-found": "404 - Nie znaleziono 😥"
}, },
"days": { "days": {
"monday": "Poniedziałek",
"mon": "Pon", "mon": "Pon",
"tuesday": "Wtorek",
"tue": "Wt", "tue": "Wt",
"wednesday": "Środa",
"wed": "Śr", "wed": "Śr",
"thursday": "Czwartek",
"thu": "Czw", "thu": "Czw",
"friday": "Piątek",
"fri": "Pt", "fri": "Pt",
"saturday": "Sobota",
"sat": "Sob", "sat": "Sob",
"sunday": "Niedziela",
"sun": "Nie" "sun": "Nie"
} }
} }
{ {
"common": { "common": {
"memos-slogan": "Uma central de anotações leve e auto-hospedada. De código aberto e gratuito para sempre.",
"about": "Sobre", "about": "Sobre",
"home": "Início", "home": "Início",
"resources": "Recursos", "resources": "Recursos",
...@@ -58,25 +57,12 @@ ...@@ -58,25 +57,12 @@
"name": "Nome", "name": "Nome",
"visibility": "Visibilidade", "visibility": "Visibilidade",
"learn-more": "Saiba mais", "learn-more": "Saiba mais",
"e.g": "ex.",
"beta": "Beta", "beta": "Beta",
"profile": "Perfil", "profile": "Perfil",
"dialog": {
"error": "Erro",
"help": "Ajuda",
"info": "Informação",
"success": "Sucesso",
"warning": "Aviso"
},
"mark": "Mark" "mark": "Mark"
}, },
"router": {
"back-to-home": "Voltar ao início"
},
"auth": { "auth": {
"signup-as-host": "Registrar como Host",
"host-tip": "Você está se registrando como Host do Site.", "host-tip": "Você está se registrando como Host do Site.",
"not-host-tip": "Se você não tem uma conta, por favor, entre em contato com o Host do site.",
"new-password": "Nova senha", "new-password": "Nova senha",
"repeat-new-password": "Repita a nova senha" "repeat-new-password": "Repita a nova senha"
}, },
...@@ -249,11 +235,6 @@ ...@@ -249,11 +235,6 @@
"additional-script": "Script adicional", "additional-script": "Script adicional",
"additional-style-placeholder": "Código CSS adicional", "additional-style-placeholder": "Código CSS adicional",
"additional-script-placeholder": "Código JavaScript adicional", "additional-script-placeholder": "Código JavaScript adicional",
"openai-api-key": "OpenAI: Chave de API",
"openai-api-key-description": "Obter chave de API",
"openai-api-key-placeholder": "Sua chave de API da OpenAI",
"openai-api-host": "OpenAI: Host de API",
"openai-api-host-placeholder": "Padrão: https://api.openai.com/",
"display-with-updated-time": "Display with updated time" "display-with-updated-time": "Display with updated time"
}, },
"appearance-option": { "appearance-option": {
...@@ -283,37 +264,9 @@ ...@@ -283,37 +264,9 @@
"scopes": "Escopos" "scopes": "Escopos"
} }
}, },
"filter": {
"new-filter": "Novo filtro",
"type": {
"tag": "Tag",
"type": "Tipo",
"text": "Texto",
"display-time": "Hora de exibição",
"visibility": "Visibilidade"
},
"operator": {
"contains": "Contém",
"not-contains": "Não contém",
"is": "É",
"is-not": "Não É",
"before": "Antes",
"after": "Depois"
},
"value": {
"not-tagged": "Sem tags",
"linked": "Tem links",
"has-attachment": "Tem anexos"
},
"text-placeholder": "Inicie com ^ para usar regex",
"and": "E",
"or": "Ou"
},
"message": { "message": {
"no-data": "Talvez nenhum dado tenha sido encontrado ou talvez devesse ser outra opção.", "no-data": "Talvez nenhum dado tenha sido encontrado ou talvez devesse ser outra opção.",
"no-memos": "nenhum memo 🌃",
"memos-ready": "todos os memos estão prontos 🎉", "memos-ready": "todos os memos estão prontos 🎉",
"no-resource": "nenhum recurso 🌃",
"resource-ready": "todos os recursos estão prontos 🎉", "resource-ready": "todos os recursos estão prontos 🎉",
"restored-successfully": "Restaurado com êxito", "restored-successfully": "Restaurado com êxito",
"memo-updated-datetime": "Data do memo atualizada", "memo-updated-datetime": "Data do memo atualizada",
...@@ -343,10 +296,6 @@ ...@@ -343,10 +296,6 @@
"click-to-save-the-image": "Clique para salvar a imagem", "click-to-save-the-image": "Clique para salvar a imagem",
"generating-the-screenshot": "Gerando a captura de tela...", "generating-the-screenshot": "Gerando a captura de tela...",
"count-selected-resources": "Total selecionado", "count-selected-resources": "Total selecionado",
"too-short": "Muito curto",
"too-long": "Muito longo",
"not-allow-space": "Espaços não são permitidos",
"not-allow-chinese": "Caracteres chineses não são permitidos",
"succeed-vacuum-database": "Banco de dados compactado com êxito.", "succeed-vacuum-database": "Banco de dados compactado com êxito.",
"succeed-update-additional-style": "Folha de estilos adicional atualizada com êxito.", "succeed-update-additional-style": "Folha de estilos adicional atualizada com êxito.",
"succeed-copy-resource-link": "Link do recurso copiado com êxito.", "succeed-copy-resource-link": "Link do recurso copiado com êxito.",
...@@ -366,12 +315,6 @@ ...@@ -366,12 +315,6 @@
"sat": "Sáb", "sat": "Sáb",
"sun": "Dom" "sun": "Dom"
}, },
"ask-ai": {
"title": "Pergunte a IA",
"not-enabled": "Você não configurou a chave de API da OpenAI.",
"go-to-settings": "Ir para configurações",
"placeholder": "Pergunte qualquer coisa para a IA..."
},
"embed-memo": { "embed-memo": {
"title": "Incorporar memo", "title": "Incorporar memo",
"text": "Copie o código abaixo para incorporar este memo em seu site.", "text": "Copie o código abaixo para incorporar este memo em seu site.",
......
This diff is collapsed.
...@@ -4,16 +4,12 @@ ...@@ -4,16 +4,12 @@
"home": "Domov", "home": "Domov",
"resources": "Viri", "resources": "Viri",
"settings": "Nastavitve", "settings": "Nastavitve",
"daily-review": "Dnevno",
"ask-ai": "Vprašaj AI",
"archived": "Arhivirani", "archived": "Arhivirani",
"email": "Email", "email": "Email",
"password": "Geslo", "password": "Geslo",
"avatar": "Avatar", "avatar": "Avatar",
"username": "Uporabnik", "username": "Uporabnik",
"nickname": "Nadimek", "nickname": "Nadimek",
"new-password": "Novo geslo",
"repeat-new-password": "Ponovi novo geslo",
"save": "Shrani", "save": "Shrani",
"close": "Zapri", "close": "Zapri",
"cancel": "Prekliči", "cancel": "Prekliči",
...@@ -37,15 +33,12 @@ ...@@ -37,15 +33,12 @@
"sign-in": "Prijavi se", "sign-in": "Prijavi se",
"sign-up": "Registriraj", "sign-up": "Registriraj",
"sign-out": "Odjavi se", "sign-out": "Odjavi se",
"back-to-home": "Nazaj domov",
"type": "Tip", "type": "Tip",
"title": "Naslov", "title": "Naslov",
"filter": "Filter", "filter": "Filter",
"tags": "Značke", "tags": "Značke",
"yourself": "Ti", "yourself": "Ti",
"archived-at": "Arhiviran ob",
"changed": "spremenjen", "changed": "spremenjen",
"update-on": "Posodobljen ob",
"fold": "Zloži", "fold": "Zloži",
"expand": "Razširi", "expand": "Razširi",
"image": "Slika", "image": "Slika",
...@@ -56,30 +49,22 @@ ...@@ -56,30 +49,22 @@
"mark": "Mark" "mark": "Mark"
}, },
"auth": { "auth": {
"signup-as-host": "Prijavite se kot gostitelj", "host-tip": "Registrirani ste kot gostitelj strani."
"host-tip": "Registrirani ste kot gostitelj strani.",
"not-host-tip": "Če nimate računa, prosim kontaktirajte gostitelja strani."
}, },
"resource": { "resource": {
"description": "Poglejte svoje statične vire v beležkah npr. slike",
"no-resources": "Ni virov.", "no-resources": "Ni virov.",
"fetching-data": "pridobivam podatke...", "fetching-data": "pridobivam podatke...",
"upload": "Naloži",
"preview": "Predogled",
"copy-link": "Kopiraj povezavo", "copy-link": "Kopiraj povezavo",
"delete-resource": "Izbriši vir", "delete-resource": "Izbriši vir",
"warning-text": "Ali ste prepričani, da želite izbrisati ta vir? TA AKCIJA JE NEPOVRATNA❗", "warning-text": "Ali ste prepričani, da želite izbrisati ta vir? TA AKCIJA JE NEPOVRATNA❗",
"linked-amount": "Povezana količina beležk", "linked-amount": "Povezana količina beležk",
"rename": "Preimenuj",
"clear": "Počisti", "clear": "Počisti",
"warning-text-unused": "Ali ste prepričani, da želite izbrisati neuporabljene vire? TA AKCIJA JE NEPOVRATNA❗", "warning-text-unused": "Ali ste prepričani, da želite izbrisati neuporabljene vire? TA AKCIJA JE NEPOVRATNA❗",
"no-unused-resources": "Ni neuporabljenih virov", "no-unused-resources": "Ni neuporabljenih virov",
"name": "Naziv",
"delete-selected-resources": "Izbrišite izbrane vire", "delete-selected-resources": "Izbrišite izbrane vire",
"no-files-selected": "Nobena datoteka ni označena❗", "no-files-selected": "Nobena datoteka ni označena❗",
"upload-successfully": "Nalaganje uspešno", "upload-successfully": "Nalaganje uspešno",
"file-drag-drop-prompt": "Za nalaganje, tu povlecite in spustite vaše datoteke", "file-drag-drop-prompt": "Za nalaganje, tu povlecite in spustite vaše datoteke",
"select": "Izberite",
"search-bar-placeholder": "Iskanje virov", "search-bar-placeholder": "Iskanje virov",
"create-dialog": { "create-dialog": {
"title": "Dodaj vir", "title": "Dodaj vir",
...@@ -98,11 +83,6 @@ ...@@ -98,11 +83,6 @@
} }
} }
}, },
"archived": {
"archived-memos": "Arhivirane beležke",
"no-archived-memos": "Ni arhiviranih beležk.",
"fetching-data": "pridobivam podatke..."
},
"editor": { "editor": {
"editing": "Urejanje...", "editing": "Urejanje...",
"cancel-edit": "Prekliči urejanje", "cancel-edit": "Prekliči urejanje",
...@@ -115,7 +95,6 @@ ...@@ -115,7 +95,6 @@
}, },
"memo": { "memo": {
"view-detail": "Poglej podrobnosti", "view-detail": "Poglej podrobnosti",
"copy": "Kopiraj",
"copy-link": "Kopiraj povezavo", "copy-link": "Kopiraj povezavo",
"embed": "Vdelaj beležko", "embed": "Vdelaj beležko",
"visibility": { "visibility": {
...@@ -125,46 +104,12 @@ ...@@ -125,46 +104,12 @@
"disabled": "Javne beležke so onemogočene" "disabled": "Javne beležke so onemogočene"
} }
}, },
"memo-list": {
"fetching-data": "pridobivam podatke...",
"fetch-more": "Kliknite tu da pridobite še več"
},
"filter": {
"new-filter": "Nov filter",
"type": {
"tag": "Značka",
"type": "Tip",
"text": "Tekst",
"display-time": "Prikazan čas",
"visibility": "Vidnost"
},
"operator": {
"contains": "Vsebuje",
"not-contains": "Ne vsebuje",
"is": "Je",
"is-not": "Ni",
"before": "Pred",
"after": "Po"
},
"value": {
"not-tagged": "Ni značk",
"linked": "Ima povezavo",
"has-attachment": "Ima priponke"
},
"text-placeholder": "Začnite s ^ za uporabo regex"
},
"tag-list": { "tag-list": {
"tip-text": "Vnesite `#značka` za izdalavo", "tip-text": "Vnesite `#značka` za izdalavo",
"create-tag": "Kreiraj značko", "create-tag": "Kreiraj značko",
"all-tags": "Vse značke", "all-tags": "Vse značke",
"tag-name": "IME_ZNAČKE" "tag-name": "IME_ZNAČKE"
}, },
"search": {
"quickly-filter": "Hitro filtriraj"
},
"search-bar": {
"input-placeholder": "Iskanje beležk"
},
"setting": { "setting": {
"my-account": "Moj račun", "my-account": "Moj račun",
"preference": "Nastavitve", "preference": "Nastavitve",
...@@ -226,14 +171,11 @@ ...@@ -226,14 +171,11 @@
}, },
"amount-text": { "amount-text": {
"memo_one": "BELEŽKA", "memo_one": "BELEŽKA",
"memo_other": "BELEŽKE", "memo_two": "",
"tag_one": "ZNAČKA", "memo_few": "",
"tag_other": "ZNAČKE", "memo_other": "BELEŽKE"
"day_one": "DAN",
"day_other": "DNI"
}, },
"message": { "message": {
"no-memos": "ni beležk 🌃",
"memos-ready": "vse beležke so pripravljene 🎉", "memos-ready": "vse beležke so pripravljene 🎉",
"restored-successfully": "Uspešno obnovljeno", "restored-successfully": "Uspešno obnovljeno",
"memo-updated-datetime": "Spremenjen čas ustvarjene beležke.", "memo-updated-datetime": "Spremenjen čas ustvarjene beležke.",
...@@ -260,10 +202,6 @@ ...@@ -260,10 +202,6 @@
"click-to-save-the-image": "Kliknite za shranjevanje slike", "click-to-save-the-image": "Kliknite za shranjevanje slike",
"generating-the-screenshot": "Generiram zajem zaslona...", "generating-the-screenshot": "Generiram zajem zaslona...",
"count-selected-resources": "Skupaj izbrano", "count-selected-resources": "Skupaj izbrano",
"too-short": "Prekratko",
"too-long": "Predolgo",
"not-allow-space": "Ne dovoli presledkov",
"not-allow-chinese": "Ne dovoli kitajščine",
"succeed-vacuum-database": "Baza je uspešno skrčena", "succeed-vacuum-database": "Baza je uspešno skrčena",
"succeed-update-additional-style": "Dodatni stili so uspešno posodobljeni.", "succeed-update-additional-style": "Dodatni stili so uspešno posodobljeni.",
"succeed-copy-resource-link": "Povezava do vira je uspešno skopirana.", "succeed-copy-resource-link": "Povezava do vira je uspešno skopirana.",
...@@ -273,36 +211,18 @@ ...@@ -273,36 +211,18 @@
"page-not-found": "404 - Ne najdem strani 😥" "page-not-found": "404 - Ne najdem strani 😥"
}, },
"days": { "days": {
"monday": "Ponedeljek",
"mon": "Pon", "mon": "Pon",
"tuesday": "Torek",
"tue": "Tor", "tue": "Tor",
"wednesday": "Sreda",
"wed": "Sre", "wed": "Sre",
"thursday": "Četrtek",
"thu": "Čet", "thu": "Čet",
"friday": "Petek",
"fri": "Pet", "fri": "Pet",
"saturday": "Sobota",
"sat": "Sob", "sat": "Sob",
"sunday": "Nedelja",
"sun": "Ned" "sun": "Ned"
}, },
"ask-ai": {
"title": "Vprašaj AI",
"not-enabled": "Niste še nastavili vašega OpenAI API ključa.",
"go-to-settings": "Pojdite na nastavitve",
"placeholder": "Vprašajte karkoli…"
},
"embed-memo": { "embed-memo": {
"title": "Vdelaj beležko", "title": "Vdelaj beležko",
"text": "Kopirajte in prilepite spodnjo kodo v vaš blog ali spletno stran.", "text": "Kopirajte in prilepite spodnjo kodo v vaš blog ali spletno stran.",
"only-public-supported": "* Podprte so samo javne beležke.", "only-public-supported": "* Podprte so samo javne beležke.",
"copy": "Kopiraj" "copy": "Kopiraj"
},
"visibility": {
"PUBLIC": "JAVNO",
"PROTECTED": "ZAŠČITENO",
"PRIVATE": "ZASEBNO"
} }
} }
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
"about": "Om", "about": "Om",
"email": "E-post", "email": "E-post",
"password": "Lösenord", "password": "Lösenord",
"repeat-password-short": "Upprepa",
"repeat-password": "Uprepa lösenordet",
"new-password": "Nytt lösenord",
"repeat-new-password": "Upprepa det nya lösenordet",
"username": "Användarnamn", "username": "Användarnamn",
"nickname": "Smeknamn", "nickname": "Smeknamn",
"save": "Spara", "save": "Spara",
...@@ -32,15 +28,12 @@ ...@@ -32,15 +28,12 @@
"sign-in": "Logga in", "sign-in": "Logga in",
"sign-up": "Bli medlem", "sign-up": "Bli medlem",
"sign-out": "Logga ut", "sign-out": "Logga ut",
"back-to-home": "Tillbaka hem",
"type": "Typ", "type": "Typ",
"title": "Titel", "title": "Titel",
"filter": "Filter", "filter": "Filter",
"tags": "Taggar", "tags": "Taggar",
"yourself": "Själv", "yourself": "Själv",
"archived-at": "Arkiverad på",
"changed": "Ändrad", "changed": "Ändrad",
"update-on": "Uppdatering på",
"fold": "Vik ihop", "fold": "Vik ihop",
"expand": "Expandera", "expand": "Expandera",
"image": "Bild", "image": "Bild",
...@@ -52,37 +45,19 @@ ...@@ -52,37 +45,19 @@
"mark": "Mark" "mark": "Mark"
}, },
"auth": { "auth": {
"signup-as-host": "Registera dig som värd", "host-tip": "Du registerar dig som webbplatsvärd."
"host-tip": "Du registerar dig som webbplatsvärd.",
"not-host-tip": "Om du inte har ett konto, kontakta webbplatsens värd."
},
"sidebar": {
"daily-review": "Daglig återblick",
"resources": "Resurser",
"setting": "Inställningar",
"archived": "Arkiverade"
}, },
"resource": { "resource": {
"description": "Visa dina statiska resurser i anteckningarn. t.ex bilder.",
"no-resources": "Inga resurser.", "no-resources": "Inga resurser.",
"fetching-data": "hämtar data...", "fetching-data": "hämtar data...",
"upload": "Ladda upp",
"preview": "Förhandsvisa",
"copy-link": "Kopiera länk", "copy-link": "Kopiera länk",
"delete-resource": "Ta bort resurs", "delete-resource": "Ta bort resurs",
"warning-text": "Är du säker på att du vill ta bort den här resursen? DENNA ÅTGÄRD ÄR OÅTERSTÄLLBAR❗", "warning-text": "Är du säker på att du vill ta bort den här resursen? DENNA ÅTGÄRD ÄR OÅTERSTÄLLBAR❗",
"linked-amount": "Länkat antecknings belopp", "linked-amount": "Länkat antecknings belopp",
"rename": "Döp om",
"warning-text-unused": "Är du säker på att du vill ta bort denna oanvända resurs? DENNA ÅTGÄRD ÄR OÅTERSTÄLLBAR❗", "warning-text-unused": "Är du säker på att du vill ta bort denna oanvända resurs? DENNA ÅTGÄRD ÄR OÅTERSTÄLLBAR❗",
"no-unused-resources": "Inga oanvända resurser", "no-unused-resources": "Inga oanvända resurser",
"name": "Name",
"clear": "Rensa" "clear": "Rensa"
}, },
"archived": {
"archived-memos": "Arkiverade anteckningar",
"no-archived-memos": "Inga arkiverade anteckningar.",
"fetching-data": "hämtar data..."
},
"editor": { "editor": {
"editing": "Redigerar...", "editing": "Redigerar...",
"cancel-edit": "Avbryt redigering", "cancel-edit": "Avbryt redigering",
...@@ -95,7 +70,6 @@ ...@@ -95,7 +70,6 @@
}, },
"memo": { "memo": {
"view-detail": "Visa detaljer", "view-detail": "Visa detaljer",
"copy": "Kopiera",
"copy-link": "Kopiera länk", "copy-link": "Kopiera länk",
"visibility": { "visibility": {
"private": "Endast synlig för dig", "private": "Endast synlig för dig",
...@@ -104,39 +78,9 @@ ...@@ -104,39 +78,9 @@
"disabled": "Offentliga anteckningar är inaktiverade" "disabled": "Offentliga anteckningar är inaktiverade"
} }
}, },
"memo-list": {
"fetching-data": "hämtar data...",
"fetch-more": "Klicka här för att hämta mer"
},
"filter": {
"new-filter": "Nytt filter",
"type": {
"tag": "Tag",
"type": "Type",
"text": "Text",
"display-time": "Display Time",
"visibility": "Visibility"
},
"operator": {
"contains": "Innehåller",
"not-contains": "Innehåller inte",
"is": "Är",
"is-not": "Är inte",
"before": "Innan",
"after": "Efter"
},
"value": {
"not-tagged": "Inga taggar",
"linked": "Har länkar"
},
"text-placeholder": "Börjar med ^ för att använda regex"
},
"tag-list": { "tag-list": {
"tip-text": "Ange `#tag ` för att skapa" "tip-text": "Ange `#tag ` för att skapa"
}, },
"search": {
"quickly-filter": "Filtrera snabbt"
},
"setting": { "setting": {
"my-account": "Mitt konto", "my-account": "Mitt konto",
"preference": "Preferenser", "preference": "Preferenser",
...@@ -196,14 +140,9 @@ ...@@ -196,14 +140,9 @@
}, },
"amount-text": { "amount-text": {
"memo_one": "ANTECKNING", "memo_one": "ANTECKNING",
"memo_other": "ANTECKNINGAR", "memo_other": "ANTECKNINGAR"
"tag_one": "TAGG",
"tag_other": "TAGGAR",
"day_one": "DAG",
"day_other": "DAGAR"
}, },
"message": { "message": {
"no-memos": "inga anteckningar 🌃",
"memos-ready": "alla anteckningar är redo 🎉", "memos-ready": "alla anteckningar är redo 🎉",
"restored-successfully": "Återställdes framgångsrikt", "restored-successfully": "Återställdes framgångsrikt",
"memo-updated-datetime": "Anteckning skapad datum och tid ändrad", "memo-updated-datetime": "Anteckning skapad datum och tid ändrad",
...@@ -229,10 +168,6 @@ ...@@ -229,10 +168,6 @@
"click-to-save-the-image": "Klicka för att spara bilden", "click-to-save-the-image": "Klicka för att spara bilden",
"generating-the-screenshot": "Genererar skärmdumpen...", "generating-the-screenshot": "Genererar skärmdumpen...",
"count-selected-resources": "Totalt valt", "count-selected-resources": "Totalt valt",
"too-short": "För kort",
"too-long": "För långt",
"not-allow-space": "Tillåt inte mellanslag",
"not-allow-chinese": "Tillåt inte kinesiska",
"succeed-vacuum-database": "Succeed to vacuum database", "succeed-vacuum-database": "Succeed to vacuum database",
"succeed-update-additional-style": "Ytterligare stil uppdaterades framgångsrikt.", "succeed-update-additional-style": "Ytterligare stil uppdaterades framgångsrikt.",
"succeed-copy-resource-link": "Resurslänk kopierades framgångsrikt.", "succeed-copy-resource-link": "Resurslänk kopierades framgångsrikt.",
...@@ -243,19 +178,12 @@ ...@@ -243,19 +178,12 @@
"page-not-found": "404 - Sidan hittades inte 😥" "page-not-found": "404 - Sidan hittades inte 😥"
}, },
"days": { "days": {
"monday": "Måndag",
"mon": "Mån", "mon": "Mån",
"tuesday": "Tisdag",
"tue": "Tis", "tue": "Tis",
"wednesday": "Onsdag",
"wed": "Ons", "wed": "Ons",
"thursday": "Torsdag",
"thu": "Tors", "thu": "Tors",
"friday": "Fredag",
"fri": "Fre", "fri": "Fre",
"saturday": "Lördag",
"sat": "Lör", "sat": "Lör",
"sunday": "Söndag",
"sun": "Sön" "sun": "Sön"
} }
} }
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
"about": "Hakkında", "about": "Hakkında",
"email": "E-posta", "email": "E-posta",
"password": "Parola", "password": "Parola",
"repeat-password-short": "Tekrar",
"repeat-password": "Parolayı tekrarlayın",
"new-password": "Yeni parola",
"repeat-new-password": "Yeni parolayı tekrarla",
"username": "Kullanıcı adı", "username": "Kullanıcı adı",
"nickname": "Takma ad", "nickname": "Takma ad",
"save": "Kaydet", "save": "Kaydet",
...@@ -32,47 +28,27 @@ ...@@ -32,47 +28,27 @@
"sign-in": "Giriş yap", "sign-in": "Giriş yap",
"sign-up": "Kaydol", "sign-up": "Kaydol",
"sign-out": "Çıkış yap", "sign-out": "Çıkış yap",
"back-to-home": "Ana sayfaya dön",
"type": "Tip", "type": "Tip",
"title": "Başlık", "title": "Başlık",
"filter": "Filtre", "filter": "Filtre",
"tags": "Etiketler", "tags": "Etiketler",
"yourself": "Sen", "yourself": "Sen",
"archived-at": "Arşivlendi",
"mark": "Mark" "mark": "Mark"
}, },
"auth": { "auth": {
"signup-as-host": "Sahip olarak kaydolun", "host-tip": "Site sahibi olarak kaydoluyorsunuz."
"host-tip": "Site sahibi olarak kaydoluyorsunuz.",
"not-host-tip": "Hesabınız yoksa, site sahibiyle iletişime geçin."
},
"sidebar": {
"daily-review": "Günlük İnceleme",
"resources": "Kaynaklar",
"setting": "Ayarlar",
"archived": "Arşivlenmiş"
}, },
"resource": { "resource": {
"description": "Memos'taki statik kaynaklarınızı (fotoğraflar) görüntüleyin",
"no-resources": "Kaynak yok.", "no-resources": "Kaynak yok.",
"fetching-data": "veriler yükleniyor...", "fetching-data": "veriler yükleniyor...",
"upload": "Yükle",
"preview": "Önizleme",
"copy-link": "Bağlantıyı kopyala", "copy-link": "Bağlantıyı kopyala",
"delete-resource": "Kaynağı sil", "delete-resource": "Kaynağı sil",
"warning-text": "Bu kaynağı silmek istediğinize emin misiniz? BU İŞLEM GERİ ALINAMAZ❗", "warning-text": "Bu kaynağı silmek istediğinize emin misiniz? BU İŞLEM GERİ ALINAMAZ❗",
"linked-amount": "Notların sayısı", "linked-amount": "Notların sayısı",
"rename": "Yeniden Adlandır",
"warning-text-unused": "Kullanılmayan kaynakları silmek istediğinize emin misiniz? BU İŞLEM GERİ ALINAMAZ❗", "warning-text-unused": "Kullanılmayan kaynakları silmek istediğinize emin misiniz? BU İŞLEM GERİ ALINAMAZ❗",
"no-unused-resources": "Kullanılmayan kaynak yok", "no-unused-resources": "Kullanılmayan kaynak yok",
"name": "Ad",
"clear": "Temizle" "clear": "Temizle"
}, },
"archived": {
"archived-memos": "Arşivlenmiş Notlar",
"no-archived-memos": "Arşivlenmiş not yok.",
"fetching-data": "veriler yükleniyor..."
},
"editor": { "editor": {
"editing": "Düzenleniyor...", "editing": "Düzenleniyor...",
"cancel-edit": "İptal et", "cancel-edit": "İptal et",
...@@ -85,7 +61,6 @@ ...@@ -85,7 +61,6 @@
}, },
"memo": { "memo": {
"view-detail": "Detayları görüntüle", "view-detail": "Detayları görüntüle",
"copy": "Kopyala",
"copy-link": "Bağlantıyı kopyala", "copy-link": "Bağlantıyı kopyala",
"visibility": { "visibility": {
"private": "Sadece sizin için görünür", "private": "Sadece sizin için görünür",
...@@ -94,39 +69,9 @@ ...@@ -94,39 +69,9 @@
"disabled": "Halka açık notlar devre dışı bırakıldı" "disabled": "Halka açık notlar devre dışı bırakıldı"
} }
}, },
"memo-list": {
"fetching-data": "Veriler yükleniyor...",
"fetch-more": "Daha fazla yükle"
},
"filter": {
"new-filter": "Yeni filtre",
"type": {
"tag": "Etiket",
"type": "Tip",
"text": "Metin",
"display-time": "Görüntüleme süresi",
"visibility": "Görünürlük"
},
"operator": {
"contains": "İçerir",
"not-contains": "İçermez",
"is": "Eşittir",
"is-not": "Eşit değildir",
"before": "Öncesinde",
"after": "Sonrasında"
},
"value": {
"not-tagged": "Etiketlenmemiş",
"linked": "Bağlantılı"
},
"text-placeholder": "Düzenli ifadeler kullanmak için ^ işaretini kullanın"
},
"tag-list": { "tag-list": {
"tip-text": "Oluşturmak için #etiket girin" "tip-text": "Oluşturmak için #etiket girin"
}, },
"search": {
"quickly-filter": "Hızlı filtre"
},
"setting": { "setting": {
"my-account": "Hesabım", "my-account": "Hesabım",
"preference": "Tercihler", "preference": "Tercihler",
...@@ -186,14 +131,9 @@ ...@@ -186,14 +131,9 @@
}, },
"amount-text": { "amount-text": {
"memo_one": "NOT", "memo_one": "NOT",
"tag_one": "ETİKET", "memo_other": "NOTLAR"
"day_one": "GÜN",
"day_other": "GÜNLER",
"memo_other": "NOTLAR",
"tag_other": "ETİKETLER"
}, },
"message": { "message": {
"no-memos": "not yok 🌃",
"memos-ready": "daha fazla not yok 🎉", "memos-ready": "daha fazla not yok 🎉",
"restored-successfully": "Başarıyla geri yüklendi.", "restored-successfully": "Başarıyla geri yüklendi.",
"memo-updated-datetime": "Oluşturma zamanı değiştirildi.", "memo-updated-datetime": "Oluşturma zamanı değiştirildi.",
...@@ -219,10 +159,6 @@ ...@@ -219,10 +159,6 @@
"click-to-save-the-image": "Kaydetmek için tıklayın", "click-to-save-the-image": "Kaydetmek için tıklayın",
"generating-the-screenshot": "Ekran görüntüsü oluşturuluyor...", "generating-the-screenshot": "Ekran görüntüsü oluşturuluyor...",
"count-selected-resources": "Toplam seçilen", "count-selected-resources": "Toplam seçilen",
"too-short": "Çok kısa",
"too-long": "Çok uzun",
"not-allow-space": "Boşluk izin verilmez",
"not-allow-chinese": "Çince karakterler izin verilmez",
"succeed-vacuum-database": "DB vakumlandı", "succeed-vacuum-database": "DB vakumlandı",
"succeed-update-additional-style": "Stiller başarıyla eklendi", "succeed-update-additional-style": "Stiller başarıyla eklendi",
"succeed-copy-resource-link": "Kaynak bağlantısı panosuna kopyalandı", "succeed-copy-resource-link": "Kaynak bağlantısı panosuna kopyalandı",
...@@ -233,19 +169,12 @@ ...@@ -233,19 +169,12 @@
"page-not-found": "404 - Sayfa Bulunamadı 😥" "page-not-found": "404 - Sayfa Bulunamadı 😥"
}, },
"days": { "days": {
"monday": "Pazartesi",
"mon": "Paz", "mon": "Paz",
"tuesday": "Salı",
"tue": "Sal", "tue": "Sal",
"wednesday": "Çarşamba",
"wed": "Çar", "wed": "Çar",
"thursday": "Perşembe",
"thu": "Per", "thu": "Per",
"friday": "Cuma",
"fri": "Cum", "fri": "Cum",
"saturday": "Cumartesi",
"sat": "Cum", "sat": "Cum",
"sunday": "Pazar",
"sun": "Paz" "sun": "Paz"
} }
} }
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
"about": "Про Memos", "about": "Про Memos",
"email": "Емейл", "email": "Емейл",
"password": "Пароль", "password": "Пароль",
"repeat-password-short": "Повторіть",
"repeat-password": "Повторіть пароль",
"new-password": "Новий парль",
"repeat-new-password": "Повторіть новий пароль",
"username": "Ім'я користувача", "username": "Ім'я користувача",
"nickname": "Нікнейм", "nickname": "Нікнейм",
"save": "Зберегти", "save": "Зберегти",
...@@ -32,15 +28,12 @@ ...@@ -32,15 +28,12 @@
"sign-in": "Увійти", "sign-in": "Увійти",
"sign-up": "Зареєструватися", "sign-up": "Зареєструватися",
"sign-out": "Вийти", "sign-out": "Вийти",
"back-to-home": "Повернутися на головну",
"type": "Типу", "type": "Типу",
"title": "Заголовок", "title": "Заголовок",
"filter": "Фільтр", "filter": "Фільтр",
"tags": "Теги", "tags": "Теги",
"yourself": "Ви", "yourself": "Ви",
"archived-at": "Заархівовано",
"changed": "змінено", "changed": "змінено",
"update-on": "Оновлено",
"fold": "Згорнути", "fold": "Згорнути",
"expand": "Розгорнути", "expand": "Розгорнути",
"image": "Світлина", "image": "Світлина",
...@@ -52,37 +45,19 @@ ...@@ -52,37 +45,19 @@
"mark": "Mark" "mark": "Mark"
}, },
"auth": { "auth": {
"signup-as-host": "Зареєструватися як власник", "host-tip": "Ви реєструєте власника сайту."
"host-tip": "Ви реєструєте власника сайту.",
"not-host-tip": "Якщо ви не маєте акаунту, зверніться до власника сайту."
},
"sidebar": {
"daily-review": "По днях",
"resources": "Ресурси",
"setting": "Налаштування",
"archived": "Заархівовані"
}, },
"resource": { "resource": {
"description": "Переглянути ваші статичні ресурси в Memos (світлини)",
"no-resources": "Немає ресурсів.", "no-resources": "Немає ресурсів.",
"fetching-data": "завантаження даних...", "fetching-data": "завантаження даних...",
"upload": "Вивантажити",
"preview": "Попередній перегляд",
"copy-link": "Копіювати посилання", "copy-link": "Копіювати посилання",
"delete-resource": "Видалити ресурс", "delete-resource": "Видалити ресурс",
"warning-text": "Ви впевнені що хочете видалити цей ресурс? ЦЮ ДІЮ НЕМОЖЛИВО СКАСУВАТИ❗", "warning-text": "Ви впевнені що хочете видалити цей ресурс? ЦЮ ДІЮ НЕМОЖЛИВО СКАСУВАТИ❗",
"linked-amount": "Кількість нотаток", "linked-amount": "Кількість нотаток",
"rename": "Переіменувати",
"warning-text-unused": "Ви впенвені що хочете видалити невикористовувані ресурси? ЦЮ ДІЮ НЕМОЖЛИВО СКАСУВАТИ❗", "warning-text-unused": "Ви впенвені що хочете видалити невикористовувані ресурси? ЦЮ ДІЮ НЕМОЖЛИВО СКАСУВАТИ❗",
"no-unused-resources": "Немає невикористаних ресурсів", "no-unused-resources": "Немає невикористаних ресурсів",
"name": "Назва",
"clear": "Clear" "clear": "Clear"
}, },
"archived": {
"archived-memos": "Заархівовані нотатки",
"no-archived-memos": "Немає заархівованих нотаток.",
"fetching-data": "завантаження даних..."
},
"editor": { "editor": {
"editing": "Редагування...", "editing": "Редагування...",
"cancel-edit": "Скасувати", "cancel-edit": "Скасувати",
...@@ -95,7 +70,6 @@ ...@@ -95,7 +70,6 @@
}, },
"memo": { "memo": {
"view-detail": "Деталі", "view-detail": "Деталі",
"copy": "Копіювати",
"copy-link": "Копіювати посилання", "copy-link": "Копіювати посилання",
"visibility": { "visibility": {
"private": "Видимий тільки вам", "private": "Видимий тільки вам",
...@@ -104,39 +78,9 @@ ...@@ -104,39 +78,9 @@
"disabled": "Public memos are disabled" "disabled": "Public memos are disabled"
} }
}, },
"memo-list": {
"fetching-data": "завантаження даних...",
"fetch-more": "Завантажити більше"
},
"filter": {
"new-filter": "Новий фільтр",
"type": {
"tag": "Тег",
"type": "Тип",
"text": "Текст",
"display-time": "Час відображення",
"visibility": "Видимість"
},
"operator": {
"contains": "Містить",
"not-contains": "Не містить",
"is": "Є",
"is-not": "Не є",
"before": "До",
"after": "Після"
},
"value": {
"not-tagged": "Немає тегів",
"linked": "Має посилання"
},
"text-placeholder": "Почніть з ^ щоб використовувати регулярні вирази"
},
"tag-list": { "tag-list": {
"tip-text": "Введіть `#tag` щоб створити" "tip-text": "Введіть `#tag` щоб створити"
}, },
"search": {
"quickly-filter": "Швидкий фільтр"
},
"setting": { "setting": {
"my-account": "Мій аккаунт", "my-account": "Мій аккаунт",
"preference": "Налаштування", "preference": "Налаштування",
...@@ -196,14 +140,10 @@ ...@@ -196,14 +140,10 @@
}, },
"amount-text": { "amount-text": {
"memo_one": "НОТАТКА", "memo_one": "НОТАТКА",
"tag_one": "ТЕГ", "memo_few": "",
"day_one": "ДЕНЬ", "memo_many": ""
"day_other": "DAYS",
"memo_other": "MEMOS",
"tag_other": "TAGS"
}, },
"message": { "message": {
"no-memos": "немає нотаток 🌃",
"memos-ready": "більше нотаток немає 🎉", "memos-ready": "більше нотаток немає 🎉",
"restored-successfully": "Відновлення успішне.", "restored-successfully": "Відновлення успішне.",
"memo-updated-datetime": "Час створення змінено.", "memo-updated-datetime": "Час створення змінено.",
...@@ -229,10 +169,6 @@ ...@@ -229,10 +169,6 @@
"click-to-save-the-image": "Натисніть щоб зберегти світлину", "click-to-save-the-image": "Натисніть щоб зберегти світлину",
"generating-the-screenshot": "Створюємо знімок...", "generating-the-screenshot": "Створюємо знімок...",
"count-selected-resources": "Всього вибрано", "count-selected-resources": "Всього вибрано",
"too-short": "Занадто коротке",
"too-long": "Занадто довге",
"not-allow-space": "Пробіл не дозволено",
"not-allow-chinese": "Китайські символи не дозволено",
"succeed-vacuum-database": "БД стиснуто", "succeed-vacuum-database": "БД стиснуто",
"succeed-update-additional-style": "Успішно додано стилі", "succeed-update-additional-style": "Успішно додано стилі",
"succeed-copy-resource-link": "Посилання на ресурс скопійовано в буфер обміну", "succeed-copy-resource-link": "Посилання на ресурс скопійовано в буфер обміну",
...@@ -243,19 +179,12 @@ ...@@ -243,19 +179,12 @@
"page-not-found": "404 - Page Not Found 😥" "page-not-found": "404 - Page Not Found 😥"
}, },
"days": { "days": {
"monday": "Понеділок",
"mon": "Пон.", "mon": "Пон.",
"tuesday": "Вівторок",
"tue": "Вів.", "tue": "Вів.",
"wednesday": "Середа",
"wed": "Сер.", "wed": "Сер.",
"thursday": "Четвер",
"thu": "Чет.", "thu": "Чет.",
"friday": "П'ятниця",
"fri": "П'ят.", "fri": "П'ят.",
"saturday": "Субота",
"sat": "Суб.", "sat": "Суб.",
"sunday": "Неділя",
"sun": "Нед." "sun": "Нед."
} }
} }
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
"about": "Thông tin", "about": "Thông tin",
"email": "Email", "email": "Email",
"password": "Mật khẩu", "password": "Mật khẩu",
"repeat-password-short": "Nhập lại",
"repeat-password": "Nhập lại mật khẩu",
"new-password": "Mật khẩu mới",
"repeat-new-password": "Nhập lại mật khẩu mới",
"username": "Tên đăng nhập", "username": "Tên đăng nhập",
"nickname": "Biệt danh", "nickname": "Biệt danh",
"save": "Lưu", "save": "Lưu",
...@@ -32,15 +28,12 @@ ...@@ -32,15 +28,12 @@
"sign-in": "Đăng nhập", "sign-in": "Đăng nhập",
"sign-up": "Đăng ký", "sign-up": "Đăng ký",
"sign-out": "Đăng xuất", "sign-out": "Đăng xuất",
"back-to-home": "Về trang chủ",
"type": "Kiểu", "type": "Kiểu",
"title": "Tiêu đề", "title": "Tiêu đề",
"filter": "Bộ lọc", "filter": "Bộ lọc",
"tags": "Thẻ", "tags": "Thẻ",
"yourself": "Chính bạn", "yourself": "Chính bạn",
"archived-at": "Lưu trữ lúc",
"changed": "đã thay đổi", "changed": "đã thay đổi",
"update-on": "Cập nhật lúc",
"fold": "Cuộn", "fold": "Cuộn",
"expand": "Mở rộng", "expand": "Mở rộng",
"image": "Hình ảnh", "image": "Hình ảnh",
...@@ -52,36 +45,18 @@ ...@@ -52,36 +45,18 @@
"mark": "Mark" "mark": "Mark"
}, },
"auth": { "auth": {
"signup-as-host": "Đăng ký tài khoản quản trị viên", "host-tip": "Bạn đang đăng ký với tư cách quản trị viên của trang web này."
"host-tip": "Bạn đang đăng ký với tư cách quản trị viên của trang web này.",
"not-host-tip": "Nếu chưa có tài khoản, bạn cần phải liên hệ quản trị viên của trang web."
},
"sidebar": {
"daily-review": "Đánh giá hàng ngày",
"resources": "Tài Nguyên",
"setting": "Cài Đặt",
"archived": "Lưu Trữ"
}, },
"resource": { "resource": {
"description": "Xem toàn bộ tài nguyên của trang web. Ví dụ như các hình ảnh.",
"no-resources": "Không có tài nguyên.", "no-resources": "Không có tài nguyên.",
"fetching-data": "đang tải dữ liệu...", "fetching-data": "đang tải dữ liệu...",
"upload": "Tải lên",
"preview": "Xem trước",
"copy-link": "Sao chép", "copy-link": "Sao chép",
"delete-resource": "Xóa tài nguyên", "delete-resource": "Xóa tài nguyên",
"warning-text": "Bạn có chắc chắn xóa tài nguyên này không? HÀNH ĐỘNG KHÔNG THỂ KHÔI PHỤC❗", "warning-text": "Bạn có chắc chắn xóa tài nguyên này không? HÀNH ĐỘNG KHÔNG THỂ KHÔI PHỤC❗",
"linked-amount": "Số ghi chú đã liên kết", "linked-amount": "Số ghi chú đã liên kết",
"rename": "Đổi tên",
"warning-text-unused": "Bạn có chắc chắn xóa những tài nguyên không sử dụng này không? HÀNH ĐỘNG KHÔNG THỂ KHÔI PHỤC❗", "warning-text-unused": "Bạn có chắc chắn xóa những tài nguyên không sử dụng này không? HÀNH ĐỘNG KHÔNG THỂ KHÔI PHỤC❗",
"no-unused-resources": "Không có tài nguyên không sử dụng", "no-unused-resources": "Không có tài nguyên không sử dụng",
"clear": "Xóa tất cả", "clear": "Xóa tất cả"
"name": "Tên"
},
"archived": {
"archived-memos": "Ghi chú đã lưu trữ",
"no-archived-memos": "Không có ghi chú nào cả.",
"fetching-data": "đang tải dữ liệu..."
}, },
"editor": { "editor": {
"editing": "Đang chỉnh sửa...", "editing": "Đang chỉnh sửa...",
...@@ -95,7 +70,6 @@ ...@@ -95,7 +70,6 @@
}, },
"memo": { "memo": {
"view-detail": "Xem Chi Tiết", "view-detail": "Xem Chi Tiết",
"copy": "Sao Chép",
"copy-link": "Sao Chép", "copy-link": "Sao Chép",
"visibility": { "visibility": {
"private": "Riêng tư", "private": "Riêng tư",
...@@ -104,39 +78,9 @@ ...@@ -104,39 +78,9 @@
"disabled": "Ghi chú công khai đã bị vô hiệu hóa" "disabled": "Ghi chú công khai đã bị vô hiệu hóa"
} }
}, },
"memo-list": {
"fetching-data": "đang tải dữ liệu...",
"fetch-more": "Nhấp vào đây để tải thêm dữ liệu"
},
"filter": {
"new-filter": "Bộ Lọc Mới",
"type": {
"tag": "Thẻ",
"type": "Loại",
"text": "Văn Bản",
"display-time": "Thời Gian",
"visibility": "Hiển Thị"
},
"operator": {
"contains": "Chứa",
"not-contains": "Không Chứa",
"is": "Là",
"is-not": "Không Phải",
"before": "Trước",
"after": "Sau"
},
"value": {
"not-tagged": "Không có thẻ",
"linked": "Có liên kết"
},
"text-placeholder": "Bắt đầu với ^ để sử dụng biểu thức chính quy"
},
"tag-list": { "tag-list": {
"tip-text": "Nhập `#tag` để tạo mới" "tip-text": "Nhập `#tag` để tạo mới"
}, },
"search": {
"quickly-filter": "Lọc nhanh"
},
"setting": { "setting": {
"my-account": "Tài Khoản", "my-account": "Tài Khoản",
"preference": "Tùy Chỉnh", "preference": "Tùy Chỉnh",
...@@ -195,15 +139,9 @@ ...@@ -195,15 +139,9 @@
} }
}, },
"amount-text": { "amount-text": {
"memo_other": "GHI CHÚ", "memo_other": "GHI CHÚ"
"tag_other": "THẺ",
"day_other": "NGÀY",
"memo_one": "MEMO",
"tag_one": "TAG",
"day_one": "DAY"
}, },
"message": { "message": {
"no-memos": "Không có ghi chú nào 🌃",
"memos-ready": "Tất cả ghi chú ở đây rồi 🎉", "memos-ready": "Tất cả ghi chú ở đây rồi 🎉",
"restored-successfully": "Đã khôi phục thành công", "restored-successfully": "Đã khôi phục thành công",
"memo-updated-datetime": "Ghi chú đã thay đổi ngày giờ tạo.", "memo-updated-datetime": "Ghi chú đã thay đổi ngày giờ tạo.",
...@@ -229,10 +167,6 @@ ...@@ -229,10 +167,6 @@
"click-to-save-the-image": "Bấm để lưu hình ảnh", "click-to-save-the-image": "Bấm để lưu hình ảnh",
"generating-the-screenshot": "Đang tạo ảnh chụp màn hình ...", "generating-the-screenshot": "Đang tạo ảnh chụp màn hình ...",
"count-selected-resources": "Tổng đã chọn", "count-selected-resources": "Tổng đã chọn",
"too-short": "Quá ngắn",
"too-long": "Quá dài",
"not-allow-space": "Không cho phép khoảng trống",
"not-allow-chinese": "Không sử dụng tiếng Trung Quốc",
"succeed-vacuum-database": "Đã dọn dẹp cơ sở dữ liệu thành công", "succeed-vacuum-database": "Đã dọn dẹp cơ sở dữ liệu thành công",
"succeed-update-additional-style": "Đã cập nhật phong cách bổ sung thành công", "succeed-update-additional-style": "Đã cập nhật phong cách bổ sung thành công",
"succeed-copy-resource-link": "Đã sao chép liên kết tài nguyên", "succeed-copy-resource-link": "Đã sao chép liên kết tài nguyên",
...@@ -243,19 +177,12 @@ ...@@ -243,19 +177,12 @@
"page-not-found": "404 - Trang không tìm thấy 😥" "page-not-found": "404 - Trang không tìm thấy 😥"
}, },
"days": { "days": {
"monday": "Thứ hai",
"mon": "T2", "mon": "T2",
"tuesday": "Thứ ba",
"tue": "T3", "tue": "T3",
"wednesday": "Thứ tư",
"wed": "T4", "wed": "T4",
"thursday": "Thứ năm",
"thu": "T5", "thu": "T5",
"friday": "Thứ sáu",
"fri": "T6", "fri": "T6",
"saturday": "Thứ bảy",
"sat": "T7", "sat": "T7",
"sunday": "Chủ nhật",
"sun": "CN" "sun": "CN"
} }
} }
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
"admin": "管理", "admin": "管理",
"archive": "归档", "archive": "归档",
"archived": "归档", "archived": "归档",
"archived-at": "归档于",
"avatar": "头像", "avatar": "头像",
"back-to-home": "回到主页",
"basic": "基础", "basic": "基础",
"beta": "Beta", "beta": "Beta",
"cancel": "取消", "cancel": "取消",
...@@ -16,7 +14,6 @@ ...@@ -16,7 +14,6 @@
"close": "关闭", "close": "关闭",
"confirm": "确定", "confirm": "确定",
"create": "创建", "create": "创建",
"daily-review": "每日回顾",
"database": "数据库", "database": "数据库",
"delete": "删除", "delete": "删除",
"edit": "编辑", "edit": "编辑",
...@@ -31,9 +28,7 @@ ...@@ -31,9 +28,7 @@
"language": "语言", "language": "语言",
"learn-more": "了解更多", "learn-more": "了解更多",
"link": "链接", "link": "链接",
"memos-slogan": "一个轻量级的自托管备忘录中心。开源且永远免费。",
"name": "名称", "name": "名称",
"new-password": "新密码",
"nickname": "昵称", "nickname": "昵称",
"null": "空", "null": "空",
"or": "或者", "or": "或者",
...@@ -41,7 +36,6 @@ ...@@ -41,7 +36,6 @@
"pin": "置顶", "pin": "置顶",
"preview": "预览", "preview": "预览",
"rename": "改名", "rename": "改名",
"repeat-new-password": "重复新密码",
"reset": "重置", "reset": "重置",
"resources": "资源库", "resources": "资源库",
"restore": "恢复", "restore": "恢复",
...@@ -58,7 +52,6 @@ ...@@ -58,7 +52,6 @@
"type": "类型", "type": "类型",
"unpin": "取消置顶", "unpin": "取消置顶",
"update": "更新", "update": "更新",
"update-on": "更新于",
"upload": "上传", "upload": "上传",
"username": "用户名", "username": "用户名",
"vacuum": "清理未使用资源", "vacuum": "清理未使用资源",
...@@ -66,13 +59,6 @@ ...@@ -66,13 +59,6 @@
"visibility": "可见性", "visibility": "可见性",
"yourself": "你自己", "yourself": "你自己",
"new": "新建", "new": "新建",
"dialog": {
"help": "帮助",
"info": "信息",
"error": "错误",
"warning": "警告",
"success": "成功"
},
"mark": "引用" "mark": "引用"
}, },
"about": { "about": {
...@@ -83,24 +69,12 @@ ...@@ -83,24 +69,12 @@
"powered-by": "Powered by" "powered-by": "Powered by"
}, },
"amount-text": { "amount-text": {
"day_one": "DAY", "memo_other": "MEMOS"
"day_other": "DAYS",
"memo_one": "MEMO",
"memo_other": "MEMOS",
"tag_one": "TAG",
"tag_other": "TAGS"
},
"archived": {
"archived-memos": "已归档的备忘录",
"fetching-data": "请求数据中...",
"no-archived-memos": "没有归档的备忘录"
}, },
"auth": { "auth": {
"host-tip": "你正在注册为管理员用户账号。", "host-tip": "你正在注册为管理员用户账号。",
"new-password": "新密码", "new-password": "新密码",
"not-host-tip": "如果你没有账号,请联系站点管理员", "repeat-new-password": "重复新密码"
"repeat-new-password": "重复新密码",
"signup-as-host": "注册为管理员"
}, },
"daily-review": { "daily-review": {
"no-memos": "哎呀,空无一物。", "no-memos": "哎呀,空无一物。",
...@@ -108,19 +82,12 @@ ...@@ -108,19 +82,12 @@
}, },
"days": { "days": {
"fri": "五", "fri": "五",
"friday": "星期五",
"mon": "一", "mon": "一",
"monday": "星期一",
"sat": "六", "sat": "六",
"saturday": "星期六",
"sun": "日", "sun": "日",
"sunday": "星期天",
"thu": "四", "thu": "四",
"thursday": "星期四",
"tue": "二", "tue": "二",
"tuesday": "星期二", "wed": "三"
"wed": "三",
"wednesday": "星期三"
}, },
"editor": { "editor": {
"cancel-edit": "取消编辑", "cancel-edit": "取消编辑",
...@@ -138,32 +105,6 @@ ...@@ -138,32 +105,6 @@
"text": "将以下代码复制并粘贴到您的博客或网站中。", "text": "将以下代码复制并粘贴到您的博客或网站中。",
"title": "嵌入备忘录" "title": "嵌入备忘录"
}, },
"filter": {
"and": "且",
"new-filter": "新建过滤器",
"operator": {
"after": "晚于",
"before": "早于",
"contains": "包含",
"is": "是",
"is-not": "不是",
"not-contains": "不包含"
},
"or": "或",
"text-placeholder": "以 ^ 开头使用正则表达式",
"type": {
"display-time": "显示时间",
"tag": "标签",
"text": "文本",
"type": "类型",
"visibility": "可见性"
},
"value": {
"has-attachment": "包含附件",
"linked": "包含链接",
"not-tagged": "无标签"
}
},
"heatmap": { "heatmap": {
"day": "天中", "day": "天中",
"days": "天中", "days": "天中",
...@@ -175,7 +116,6 @@ ...@@ -175,7 +116,6 @@
"memo": { "memo": {
"archived-at": "存档于", "archived-at": "存档于",
"archived-memos": "归档备忘录", "archived-memos": "归档备忘录",
"copy": "复制",
"copy-link": "复制链接", "copy-link": "复制链接",
"delete-confirm": "您确定要删除此备忘录吗?\n\n此操作不可逆❗", "delete-confirm": "您确定要删除此备忘录吗?\n\n此操作不可逆❗",
"delete-memo": "删除备忘录", "delete-memo": "删除备忘录",
...@@ -192,10 +132,6 @@ ...@@ -192,10 +132,6 @@
"public": "所有人可见" "public": "所有人可见"
} }
}, },
"memo-list": {
"fetch-more": "点击加载更多",
"fetching-data": "请求数据中..."
},
"message": { "message": {
"change-memo-created-time": "更改备忘录创建时间", "change-memo-created-time": "更改备忘录创建时间",
"change-memo-created-time-warning-1": "这不是正常行为。", "change-memo-created-time-warning-1": "这不是正常行为。",
...@@ -217,8 +153,6 @@ ...@@ -217,8 +153,6 @@
"memos-ready": "所有备忘录已就绪 🎉", "memos-ready": "所有备忘录已就绪 🎉",
"new-password-not-match": "新密码不匹配。", "new-password-not-match": "新密码不匹配。",
"no-data": "也许寻觅无果,也许可重新设定标准。", "no-data": "也许寻觅无果,也许可重新设定标准。",
"not-allow-chinese": "不允许包含中文",
"not-allow-space": "不允许包含空格",
"page-not-found": "404 - 未找到网页 😥", "page-not-found": "404 - 未找到网页 😥",
"password-changed": "密码已修改", "password-changed": "密码已修改",
"password-not-match": "密码不一致。", "password-not-match": "密码不一致。",
...@@ -235,8 +169,6 @@ ...@@ -235,8 +169,6 @@
"succeed-update-additional-style": "更新附加样式成功", "succeed-update-additional-style": "更新附加样式成功",
"succeed-update-customized-profile": "更新自定义配置文件成功", "succeed-update-customized-profile": "更新自定义配置文件成功",
"succeed-vacuum-database": "清理数据库成功", "succeed-vacuum-database": "清理数据库成功",
"too-long": "过长",
"too-short": "过短",
"update-succeed": "更新成功", "update-succeed": "更新成功",
"user-not-found": "未找到该用户", "user-not-found": "未找到该用户",
"maximum-upload-size-is": "允许的最大上传大小为 {{size}} MiB", "maximum-upload-size-is": "允许的最大上传大小为 {{size}} MiB",
...@@ -264,22 +196,16 @@ ...@@ -264,22 +196,16 @@
}, },
"delete-resource": "删除资源", "delete-resource": "删除资源",
"delete-selected-resources": "删除选中资源", "delete-selected-resources": "删除选中资源",
"description": "查看在备忘录中的静态资源。例如:图片",
"fetching-data": "请求数据中...", "fetching-data": "请求数据中...",
"file-drag-drop-prompt": "将您的文件拖放到此处以上传文件", "file-drag-drop-prompt": "将您的文件拖放到此处以上传文件",
"linked-amount": "链接的备忘录数量", "linked-amount": "链接的备忘录数量",
"name": "资源名称",
"no-files-selected": "没有文件被选中❗", "no-files-selected": "没有文件被选中❗",
"no-resources": "没有资源", "no-resources": "没有资源",
"no-unused-resources": "无可删除的资源", "no-unused-resources": "无可删除的资源",
"preview": "预览",
"rename": "重命名",
"reset-link": "重置链接", "reset-link": "重置链接",
"reset-link-prompt": "您确定要重置链接吗?\n这将打破所有当前的链接用法。\n\n此操作不可逆❗", "reset-link-prompt": "您确定要重置链接吗?\n这将打破所有当前的链接用法。\n\n此操作不可逆❗",
"reset-resource-link": "重置资源链接", "reset-resource-link": "重置资源链接",
"search-bar-placeholder": "搜索资源", "search-bar-placeholder": "搜索资源",
"select": "选择",
"upload": "上传",
"upload-successfully": "上传成功", "upload-successfully": "上传成功",
"warning-text": "确定删除这个资源么?\n\n此操作不可逆❗", "warning-text": "确定删除这个资源么?\n\n此操作不可逆❗",
"warning-text-unused": "确定删除这些无用资源么?\n\n此操作不可逆❗" "warning-text-unused": "确定删除这些无用资源么?\n\n此操作不可逆❗"
...@@ -287,9 +213,6 @@ ...@@ -287,9 +213,6 @@
"router": { "router": {
"go-to-home": "回到首页" "go-to-home": "回到首页"
}, },
"search": {
"quickly-filter": "快速过滤"
},
"setting": { "setting": {
"account-section": { "account-section": {
"change-password": "修改密码", "change-password": "修改密码",
...@@ -417,11 +340,6 @@ ...@@ -417,11 +340,6 @@
"telegram-bot-token": "Telegram 机器人 Token", "telegram-bot-token": "Telegram 机器人 Token",
"telegram-bot-token-description": "Telegram 机器人Token或`http.../bot<token>`格式的代理地址", "telegram-bot-token-description": "Telegram 机器人Token或`http.../bot<token>`格式的代理地址",
"telegram-bot-token-placeholder": "Telegram 的机器人 Token", "telegram-bot-token-placeholder": "Telegram 的机器人 Token",
"openai-api-host": "OpenAI:API Host",
"openai-api-host-placeholder": "默认:https://api.openai.com/",
"openai-api-key": "OpenAI:API 密钥",
"openai-api-key-description": "获取 API Key",
"openai-api-key-placeholder": "您的 OpenAI API Key",
"server-name": "服务名称", "server-name": "服务名称",
"max-upload-size-hint": "建议值为 32 MiB。", "max-upload-size-hint": "建议值为 32 MiB。",
"max-upload-size": "最大上传大小 (MiB)", "max-upload-size": "最大上传大小 (MiB)",
......
{ {
"common": { "common": {
"memos-slogan": "一個輕量、可自架的備忘錄中心。永遠開源且免費",
"about": "關於", "about": "關於",
"home": "首頁", "home": "首頁",
"resources": "資源庫", "resources": "資源庫",
...@@ -60,22 +59,13 @@ ...@@ -60,22 +59,13 @@
"learn-more": "了解", "learn-more": "了解",
"beta": "測試版", "beta": "測試版",
"new": "新增", "new": "新增",
"dialog": {
"error": "錯誤",
"help": "幫助",
"info": "資訊",
"success": "成功",
"warning": "警告"
},
"mark": "Mark" "mark": "Mark"
}, },
"router": { "router": {
"go-to-home": "回到首頁" "go-to-home": "回到首頁"
}, },
"auth": { "auth": {
"signup-as-host": "註冊為管理員",
"host-tip": "您註冊為此站台之管理員。", "host-tip": "您註冊為此站台之管理員。",
"not-host-tip": "如果您沒有帳號,請聯絡網站管理員。",
"new-password": "新密碼", "new-password": "新密碼",
"repeat-new-password": "再次輸入新密碼" "repeat-new-password": "再次輸入新密碼"
}, },
...@@ -294,32 +284,6 @@ ...@@ -294,32 +284,6 @@
"scopes": "範圍" "scopes": "範圍"
} }
}, },
"filter": {
"new-filter": "新增過濾器",
"type": {
"tag": "標籤",
"type": "類型",
"text": "文字",
"display-time": "顯示時間",
"visibility": "可見度"
},
"operator": {
"contains": "包含",
"not-contains": "不包含",
"is": "是",
"is-not": "不是",
"before": "之前",
"after": "之後"
},
"value": {
"not-tagged": "無標籤",
"linked": "包含連結",
"has-attachment": "包含附件"
},
"text-placeholder": "開頭用 ^ 以使用正規式",
"and": "且",
"or": "或"
},
"message": { "message": {
"no-data": "或許尋覓虛空,或者改換選擇之軌跡。", "no-data": "或許尋覓虛空,或者改換選擇之軌跡。",
"memos-ready": "所有備忘錄已就緒 🎉", "memos-ready": "所有備忘錄已就緒 🎉",
...@@ -352,10 +316,6 @@ ...@@ -352,10 +316,6 @@
"click-to-save-the-image": "點選以儲存圖片", "click-to-save-the-image": "點選以儲存圖片",
"generating-the-screenshot": "正在產生截圖...", "generating-the-screenshot": "正在產生截圖...",
"count-selected-resources": "全部選取", "count-selected-resources": "全部選取",
"too-short": "太短",
"too-long": "太長",
"not-allow-space": "不能有空格",
"not-allow-chinese": "不能有中文字",
"succeed-vacuum-database": "清理資料庫成功。", "succeed-vacuum-database": "清理資料庫成功。",
"succeed-update-additional-style": "更新附加樣式成功。", "succeed-update-additional-style": "更新附加樣式成功。",
"succeed-copy-resource-link": "複製資源連結到剪貼簿成功。", "succeed-copy-resource-link": "複製資源連結到剪貼簿成功。",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment