[tx-robot] updated from transifex
This commit is contained in:
parent
d03ad887ee
commit
00e4917034
|
@ -72,6 +72,10 @@ OC.L10N.register(
|
|||
"New folder" : "新しいフォルダー",
|
||||
"Upload" : "アップロード",
|
||||
"An error occurred while trying to update the tags" : "タグを更新する際にエラーが発生しました",
|
||||
"Added to favorites" : "お気に入りに追加",
|
||||
"Removed from favorites" : "お気に入りから削除",
|
||||
"You added {file} to your favorites" : "{file} をお気に入りに追加しました",
|
||||
"You removed {file} from your favorites" : "{file} をお気に入りから削除しました",
|
||||
"File changes" : "ファイル更新",
|
||||
"Created by {user}" : "{user} が作成しました",
|
||||
"Changed by {user}" : "{user} が更新しました",
|
||||
|
@ -92,6 +96,7 @@ OC.L10N.register(
|
|||
"{user} renamed {oldfile} to {newfile}" : "{user} が {oldfile} を{newfile} に変更しました",
|
||||
"You moved {oldfile} to {newfile}" : "{oldfile} を {newfile} に移動しました",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} が {oldfile} を {newfile} に移動しました",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "<strong>お気に入り</strong>にファイルが追加または削除されました。",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "ファイルまたはフォルダが <strong>更新</ strong>されたか、<strong>名前が変更されました</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "新しいファイルまたはフォルダーを<strong>作成</strong>したとき",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "新しいファイルまたはフォルダが<strong>削除されました</strong>",
|
||||
|
|
|
@ -70,6 +70,10 @@
|
|||
"New folder" : "新しいフォルダー",
|
||||
"Upload" : "アップロード",
|
||||
"An error occurred while trying to update the tags" : "タグを更新する際にエラーが発生しました",
|
||||
"Added to favorites" : "お気に入りに追加",
|
||||
"Removed from favorites" : "お気に入りから削除",
|
||||
"You added {file} to your favorites" : "{file} をお気に入りに追加しました",
|
||||
"You removed {file} from your favorites" : "{file} をお気に入りから削除しました",
|
||||
"File changes" : "ファイル更新",
|
||||
"Created by {user}" : "{user} が作成しました",
|
||||
"Changed by {user}" : "{user} が更新しました",
|
||||
|
@ -90,6 +94,7 @@
|
|||
"{user} renamed {oldfile} to {newfile}" : "{user} が {oldfile} を{newfile} に変更しました",
|
||||
"You moved {oldfile} to {newfile}" : "{oldfile} を {newfile} に移動しました",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} が {oldfile} を {newfile} に移動しました",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "<strong>お気に入り</strong>にファイルが追加または削除されました。",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "ファイルまたはフォルダが <strong>更新</ strong>されたか、<strong>名前が変更されました</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "新しいファイルまたはフォルダーを<strong>作成</strong>したとき",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "新しいファイルまたはフォルダが<strong>削除されました</strong>",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Storage is temporarily not available" : "Depozita përkohësisht nuk është në dispozicion",
|
||||
"Storage invalid" : "Depozitë e pavlefshme",
|
||||
"Unknown error" : "Gabim i panjohur",
|
||||
"Files" : "Skedar",
|
||||
|
@ -95,8 +96,12 @@ OC.L10N.register(
|
|||
"{user} renamed {oldfile} to {newfile}" : "{user} riemëruat {oldfile} në {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Ju lëvizët {oldfile} në {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} lëvizi {oldfile} në {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Një skedar është shtuar ose është hequr nga <strong>të preferuarat</strong> tuaja",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Një skedar ose dosje është <strong>ndryshuar</strong> ose <strong>riemëruar</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "<strong>U krijua</strong> një kartelë ose dosje e re",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Një skedar ose dosje e re është <strong>fshirë</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Kufizojini njoftimet mbi krijim dhe ndryshim kartelash vetëm për <strong>kartelat tuaja të parapëlqyera</strong> <em>(Vetëm te rrjedha)</em>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Një skedar ose dosje e re është <strong>rikthyer</strong>",
|
||||
"Upload (max. %s)" : "Ngarkim (max. %s)",
|
||||
"File handling" : "Trajtim kartele",
|
||||
"Maximum upload size" : "Madhësi maksimale ngarkimi",
|
||||
|
@ -116,6 +121,11 @@ OC.L10N.register(
|
|||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Kartelat që po rrekeni të ngarkoni e tejkalojnë madhësinë maksimale për ngarkime kartelash në këtë shërbyes.",
|
||||
"No favorites" : "Pa të parapëlqyera",
|
||||
"Files and folders you mark as favorite will show up here" : "Këtu do të duken kartelat dhe dosjet që i shënoni si të parapëlqyera",
|
||||
"Shared with you" : "E ndarë me ju",
|
||||
"Shared with others" : "E ndarë me të tjerët",
|
||||
"Shared by link" : "E ndarë me lidhje",
|
||||
"Tags" : "Etiketë",
|
||||
"Deleted files" : "Skedar të fshirë",
|
||||
"Text file" : "Kartelë tekst",
|
||||
"New text file.txt" : "Kartelë e re file.txt",
|
||||
"Storage not available" : "Pa depozitë gati",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"Storage is temporarily not available" : "Depozita përkohësisht nuk është në dispozicion",
|
||||
"Storage invalid" : "Depozitë e pavlefshme",
|
||||
"Unknown error" : "Gabim i panjohur",
|
||||
"Files" : "Skedar",
|
||||
|
@ -93,8 +94,12 @@
|
|||
"{user} renamed {oldfile} to {newfile}" : "{user} riemëruat {oldfile} në {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Ju lëvizët {oldfile} në {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} lëvizi {oldfile} në {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Një skedar është shtuar ose është hequr nga <strong>të preferuarat</strong> tuaja",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Një skedar ose dosje është <strong>ndryshuar</strong> ose <strong>riemëruar</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "<strong>U krijua</strong> një kartelë ose dosje e re",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Një skedar ose dosje e re është <strong>fshirë</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Kufizojini njoftimet mbi krijim dhe ndryshim kartelash vetëm për <strong>kartelat tuaja të parapëlqyera</strong> <em>(Vetëm te rrjedha)</em>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Një skedar ose dosje e re është <strong>rikthyer</strong>",
|
||||
"Upload (max. %s)" : "Ngarkim (max. %s)",
|
||||
"File handling" : "Trajtim kartele",
|
||||
"Maximum upload size" : "Madhësi maksimale ngarkimi",
|
||||
|
@ -114,6 +119,11 @@
|
|||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Kartelat që po rrekeni të ngarkoni e tejkalojnë madhësinë maksimale për ngarkime kartelash në këtë shërbyes.",
|
||||
"No favorites" : "Pa të parapëlqyera",
|
||||
"Files and folders you mark as favorite will show up here" : "Këtu do të duken kartelat dhe dosjet që i shënoni si të parapëlqyera",
|
||||
"Shared with you" : "E ndarë me ju",
|
||||
"Shared with others" : "E ndarë me të tjerët",
|
||||
"Shared by link" : "E ndarë me lidhje",
|
||||
"Tags" : "Etiketë",
|
||||
"Deleted files" : "Skedar të fshirë",
|
||||
"Text file" : "Kartelë tekst",
|
||||
"New text file.txt" : "Kartelë e re file.txt",
|
||||
"Storage not available" : "Pa depozitë gati",
|
||||
|
|
|
@ -4,6 +4,7 @@ OC.L10N.register(
|
|||
"Could not revert: %s" : "S’u rikthye dot: %s",
|
||||
"Versions" : "Versione",
|
||||
"Failed to revert {file} to revision {timestamp}." : "Dështoi në rikthimin e {file} te rishikimi {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n bajte","%n bajte"],
|
||||
"Restore" : "Riktheje",
|
||||
"More versions..." : "Më shumë versione…",
|
||||
"No other versions available" : "Nuk ka versione të tjera të gatshme"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"Could not revert: %s" : "S’u rikthye dot: %s",
|
||||
"Versions" : "Versione",
|
||||
"Failed to revert {file} to revision {timestamp}." : "Dështoi në rikthimin e {file} te rishikimi {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n bajte","%n bajte"],
|
||||
"Restore" : "Riktheje",
|
||||
"More versions..." : "Më shumë versione…",
|
||||
"No other versions available" : "Nuk ka versione të tjera të gatshme"
|
||||
|
|
|
@ -40,6 +40,7 @@ OC.L10N.register(
|
|||
"Select attributes" : "Attribute auswählen",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Benutzer nicht gefunden. Bitte überprüfe Deine Loginattribute und Deinen Benutzernamen. Gültige Filter (zum Kopieren und Einfügen bei der Überprüfung auf der Kommandozeile): <br/>",
|
||||
"User found and settings verified." : "Benutzer gefunden und Einstellungen überprüft.",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Einstellungen geprüft, es wurde mehr als ein Nutzer gefunden. Nur. der ersten Nutzer wird in der Lage sein, sich anzumelden. Verwende einen weiter einschränkenenden Filter.",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "Ein nicht näher spezifizierter Fehler ist aufgetreten. Bitte prüfe die Einstellungen und die Logdatei.",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Der Suchfilter ist ungültig, möglicherweise bestehen Eingabefehler wie z.B. eine ungerade Anzahl von geöffneten und geschlossenen Klammern. Bitte überarbeiten.",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten, bitte Host, Port und Anmeldeinformationen überprüfen.",
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"Select attributes" : "Attribute auswählen",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Benutzer nicht gefunden. Bitte überprüfe Deine Loginattribute und Deinen Benutzernamen. Gültige Filter (zum Kopieren und Einfügen bei der Überprüfung auf der Kommandozeile): <br/>",
|
||||
"User found and settings verified." : "Benutzer gefunden und Einstellungen überprüft.",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Einstellungen geprüft, es wurde mehr als ein Nutzer gefunden. Nur. der ersten Nutzer wird in der Lage sein, sich anzumelden. Verwende einen weiter einschränkenenden Filter.",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "Ein nicht näher spezifizierter Fehler ist aufgetreten. Bitte prüfe die Einstellungen und die Logdatei.",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Der Suchfilter ist ungültig, möglicherweise bestehen Eingabefehler wie z.B. eine ungerade Anzahl von geöffneten und geschlossenen Klammern. Bitte überarbeiten.",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten, bitte Host, Port und Anmeldeinformationen überprüfen.",
|
||||
|
|
|
@ -40,6 +40,7 @@ OC.L10N.register(
|
|||
"Select attributes" : "Attribute auswählen",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Benutzer nicht gefunden. Bitte überprüfen Sie Ihre Loginattribute und Ihren Benutzernamen. Gültiger Filter (zum Kopieren und Einfügen bei der Überprüfung auf der Kommandozeile): <br/>",
|
||||
"User found and settings verified." : "Benutzer gefunden und Einstellungen überprüft.",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Einstellungen geprüft, es wurde mehr als ein Nutzer gefunden. Nur. der ersten Nutzer wird in der Lage sein, sich anzumelden. Verwenden Sie einen weiter einschränkenenden Filter.",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "Ein nicht näher spezifizierter Fehler ist aufgetreten. Bitte überprüfe die Einstellungen und die Logdatei.",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Der Suchfilter ist ungültig, möglicherweise bestehen Eingabefehler wie z.B. eine ungerade Anzahl von geöffneten und geschlossenen Klammern. Bitte überarbeiten.",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten, bitte überprüfen Sie Host, Port und Anmeldeinformationen.",
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"Select attributes" : "Attribute auswählen",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Benutzer nicht gefunden. Bitte überprüfen Sie Ihre Loginattribute und Ihren Benutzernamen. Gültiger Filter (zum Kopieren und Einfügen bei der Überprüfung auf der Kommandozeile): <br/>",
|
||||
"User found and settings verified." : "Benutzer gefunden und Einstellungen überprüft.",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Einstellungen geprüft, es wurde mehr als ein Nutzer gefunden. Nur. der ersten Nutzer wird in der Lage sein, sich anzumelden. Verwenden Sie einen weiter einschränkenenden Filter.",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "Ein nicht näher spezifizierter Fehler ist aufgetreten. Bitte überprüfe die Einstellungen und die Logdatei.",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Der Suchfilter ist ungültig, möglicherweise bestehen Eingabefehler wie z.B. eine ungerade Anzahl von geöffneten und geschlossenen Klammern. Bitte überarbeiten.",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten, bitte überprüfen Sie Host, Port und Anmeldeinformationen.",
|
||||
|
|
|
@ -40,6 +40,7 @@ OC.L10N.register(
|
|||
"Select attributes" : "Sélectionner les attributs",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Utilisateur introuvable. Veuillez vérifier les attributs de login et le nom d'utilisateur. Filtre effectif (à copier-coller pour valider en ligne de commande):<br/>",
|
||||
"User found and settings verified." : "Utilisateur trouvé et paramètres vérifiés.",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Paramètres vérifiés, mais plus d'un utilisateur trouvé. Seul le premier pourra se connecter. Considérez un filtre plus restreint.",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "Une erreur inconnue s'est produite. Veuillez vérifier les paramètres et le log.",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Le filtre de recherche n'est pas valide, probablement à cause de problèmes de syntaxe tels que des parenthèses manquantes. Veuillez le corriger.",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Une erreur s'est produite lors de la connexion au LDAP / AD. Veuillez vérifier l'hôte, le port et les informations d'identification.",
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"Select attributes" : "Sélectionner les attributs",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Utilisateur introuvable. Veuillez vérifier les attributs de login et le nom d'utilisateur. Filtre effectif (à copier-coller pour valider en ligne de commande):<br/>",
|
||||
"User found and settings verified." : "Utilisateur trouvé et paramètres vérifiés.",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Paramètres vérifiés, mais plus d'un utilisateur trouvé. Seul le premier pourra se connecter. Considérez un filtre plus restreint.",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "Une erreur inconnue s'est produite. Veuillez vérifier les paramètres et le log.",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Le filtre de recherche n'est pas valide, probablement à cause de problèmes de syntaxe tels que des parenthèses manquantes. Veuillez le corriger.",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Une erreur s'est produite lors de la connexion au LDAP / AD. Veuillez vérifier l'hôte, le port et les informations d'identification.",
|
||||
|
|
|
@ -40,6 +40,7 @@ OC.L10N.register(
|
|||
"Select attributes" : "Seleziona gli attributi",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Utente non trovato. Controlla i tuoi attributi di accesso e il nome utente.\nFiltro effettivo (copiare e incollare per la convalida della riga di comando):<br/>",
|
||||
"User found and settings verified." : "Utente trovato e impostazioni verificate.",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Le impostazioni sono state verificate, ma è stato trovato più di un utente. Solo il primo sarà in grado di accedere. Considera un filtro più restrittivo.",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "Si è non specificato un errore sconosciuto. Controlla le impostazioni e il file di log.",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Il filtro di ricerca non è valido, probabilmente a causa di problemi di sintassi come un numero dispari di parentesi aperte e chiuse. Controlla.",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Si è verificato un errore di connessione a LDAP / AD, controlla l'host, la porta e le credenziali.",
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"Select attributes" : "Seleziona gli attributi",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Utente non trovato. Controlla i tuoi attributi di accesso e il nome utente.\nFiltro effettivo (copiare e incollare per la convalida della riga di comando):<br/>",
|
||||
"User found and settings verified." : "Utente trovato e impostazioni verificate.",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Le impostazioni sono state verificate, ma è stato trovato più di un utente. Solo il primo sarà in grado di accedere. Considera un filtro più restrittivo.",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "Si è non specificato un errore sconosciuto. Controlla le impostazioni e il file di log.",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Il filtro di ricerca non è valido, probabilmente a causa di problemi di sintassi come un numero dispari di parentesi aperte e chiuse. Controlla.",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Si è verificato un errore di connessione a LDAP / AD, controlla l'host, la porta e le credenziali.",
|
||||
|
|
|
@ -40,6 +40,7 @@ OC.L10N.register(
|
|||
"Select attributes" : "属性を選択",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "ユーザーは見つかりませんでした。ログインの属性とユーザー名をチェックしてください。適用されているフィルター(コピーペーストしてコマンドラインでの確認できます): <br/>",
|
||||
"User found and settings verified." : "ユーザーが見つかり、設定が検証できました。",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "設定は検証できましたが、ユーザーが複数見つかりました。最初の1名だけログインできます。より厳しいフィルターを検討してください。",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "不明なエラーが発生しました。設定とログを確認してください。",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "検索フィルターが不正です。恐らく文法の問題で、開き括弧と閉じ括弧がマッチしていません。修正をお願いします。",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "LDAP / AD の接続エラーが発生しました。ホスト名、ポート、権限をチェックしてください。",
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"Select attributes" : "属性を選択",
|
||||
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "ユーザーは見つかりませんでした。ログインの属性とユーザー名をチェックしてください。適用されているフィルター(コピーペーストしてコマンドラインでの確認できます): <br/>",
|
||||
"User found and settings verified." : "ユーザーが見つかり、設定が検証できました。",
|
||||
"Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "設定は検証できましたが、ユーザーが複数見つかりました。最初の1名だけログインできます。より厳しいフィルターを検討してください。",
|
||||
"An unspecified error occurred. Please check the settings and the log." : "不明なエラーが発生しました。設定とログを確認してください。",
|
||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "検索フィルターが不正です。恐らく文法の問題で、開き括弧と閉じ括弧がマッチしていません。修正をお願いします。",
|
||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "LDAP / AD の接続エラーが発生しました。ホスト名、ポート、権限をチェックしてください。",
|
||||
|
|
|
@ -3,6 +3,8 @@ OC.L10N.register(
|
|||
{
|
||||
"Please select a file." : "Ju lutemi, përzgjidhni një kartelë.",
|
||||
"File is too big" : "Kartela është shumë e madhe",
|
||||
"The selected file is not an image." : "Skedari i zgjedhur nuk është një imazh",
|
||||
"The selected file cannot be read." : "Skedari i zgjedhur nuk mund të lexohet",
|
||||
"Invalid file provided" : "U dha kartelë e pavlefshme",
|
||||
"No image or file provided" : "S’u dha figurë apo kartelë",
|
||||
"Unknown filetype" : "Lloj i panjohur kartele",
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{ "translations": {
|
||||
"Please select a file." : "Ju lutemi, përzgjidhni një kartelë.",
|
||||
"File is too big" : "Kartela është shumë e madhe",
|
||||
"The selected file is not an image." : "Skedari i zgjedhur nuk është një imazh",
|
||||
"The selected file cannot be read." : "Skedari i zgjedhur nuk mund të lexohet",
|
||||
"Invalid file provided" : "U dha kartelë e pavlefshme",
|
||||
"No image or file provided" : "S’u dha figurë apo kartelë",
|
||||
"Unknown filetype" : "Lloj i panjohur kartele",
|
||||
|
|
|
@ -58,6 +58,7 @@ OC.L10N.register(
|
|||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "公式アプリは ownCloud コミュニティにより開発されています。公式アプリは ownCloud の中心的な機能を提供し、製品として可能です。",
|
||||
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。",
|
||||
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。",
|
||||
"Enabling app …" : "アプリを有効 ...",
|
||||
"Error while disabling app" : "アプリ無効化中にエラーが発生",
|
||||
"Disable" : "無効にする",
|
||||
"Enable" : "有効にする",
|
||||
|
@ -246,13 +247,16 @@ OC.L10N.register(
|
|||
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "このアプリは Nextcloud バージョンの上限が指定されていません.将来、エラーが発生する可能性があります.",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "次の依存関係が満たされないためこのアプリをインストールできません:",
|
||||
"Enable only for specific groups" : "特定のグループのみ有効に",
|
||||
"Uninstall app" : "アプリをアンインストール",
|
||||
"SSL Root Certificates" : "SSLルート証明書",
|
||||
"Common Name" : "コモンネーム",
|
||||
"Valid until" : "有効期限",
|
||||
"Issued By" : "発行元",
|
||||
"Valid until %s" : "%s まで有効",
|
||||
"Import root certificate" : "ルート証明書をインポート",
|
||||
"Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "こんにちは、<br><br>あなたのアカウント %s が利用できるようになりました。<br><br>ユーザー名: %s<br>接続URL: <a href=\"%s\">%s</a><br><br>",
|
||||
"Cheers!" : "それでは!",
|
||||
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "こんにちは、\n\nあなたのアカウント %s が利用できるようになりました。\n\nユーザー名: %s\n接続URL: %s\n\n",
|
||||
"Administrator documentation" : "管理者ドキュメント",
|
||||
"Online documentation" : "オンラインドキュメント",
|
||||
"Forum" : "フォーラム",
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "公式アプリは ownCloud コミュニティにより開発されています。公式アプリは ownCloud の中心的な機能を提供し、製品として可能です。",
|
||||
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。",
|
||||
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。",
|
||||
"Enabling app …" : "アプリを有効 ...",
|
||||
"Error while disabling app" : "アプリ無効化中にエラーが発生",
|
||||
"Disable" : "無効にする",
|
||||
"Enable" : "有効にする",
|
||||
|
@ -244,13 +245,16 @@
|
|||
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "このアプリは Nextcloud バージョンの上限が指定されていません.将来、エラーが発生する可能性があります.",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "次の依存関係が満たされないためこのアプリをインストールできません:",
|
||||
"Enable only for specific groups" : "特定のグループのみ有効に",
|
||||
"Uninstall app" : "アプリをアンインストール",
|
||||
"SSL Root Certificates" : "SSLルート証明書",
|
||||
"Common Name" : "コモンネーム",
|
||||
"Valid until" : "有効期限",
|
||||
"Issued By" : "発行元",
|
||||
"Valid until %s" : "%s まで有効",
|
||||
"Import root certificate" : "ルート証明書をインポート",
|
||||
"Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "こんにちは、<br><br>あなたのアカウント %s が利用できるようになりました。<br><br>ユーザー名: %s<br>接続URL: <a href=\"%s\">%s</a><br><br>",
|
||||
"Cheers!" : "それでは!",
|
||||
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "こんにちは、\n\nあなたのアカウント %s が利用できるようになりました。\n\nユーザー名: %s\n接続URL: %s\n\n",
|
||||
"Administrator documentation" : "管理者ドキュメント",
|
||||
"Online documentation" : "オンラインドキュメント",
|
||||
"Forum" : "フォーラム",
|
||||
|
|
Loading…
Reference in New Issue