summaryrefslogtreecommitdiffstats
path: root/core/l10n/ja.json
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-09-28 11:14:08 +0000
committerNextcloud bot <bot@nextcloud.com>2018-09-28 11:14:08 +0000
commitdb50e11edf608b6225e253610f7435089824a2c2 (patch)
treedff69086a5264a8c48cfa7599df363e2c892b693 /core/l10n/ja.json
parente2047009d118adbfeba6c16547d7965b10b92894 (diff)
downloadnextcloud-server-db50e11edf608b6225e253610f7435089824a2c2.tar.gz
nextcloud-server-db50e11edf608b6225e253610f7435089824a2c2.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ja.json')
-rw-r--r--core/l10n/ja.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/ja.json b/core/l10n/ja.json
index ac3ec193c69..a799afdafc7 100644
--- a/core/l10n/ja.json
+++ b/core/l10n/ja.json
@@ -51,10 +51,10 @@
"%s (incompatible)" : "%s (非互換)",
"Following apps have been disabled: %s" : "次のアプリが無効にされています: %s",
"Already up to date" : "すべて更新済",
+ "Could not load your contacts" : "連絡先を読み込めませんでした",
"Search contacts …" : "連絡先を検索...",
"No contacts found" : "連絡先が見つかりません",
"Show all contacts …" : "すべての連絡先を表示...",
- "Could not load your contacts" : "連絡先を読み込めませんでした",
"Loading your contacts …" : "連絡先を読み込み中...",
"Looking for {term} …" : "{term} を確認中 ...",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">コード整合性の確認で問題が発生しました。詳しくはこちら…</a>",
ground-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?php
$TRANSLATIONS = array(
"Help" => "Ajutor",
"Personal" => "Personal",
"Settings" => "Setări",
"Users" => "Utilizatori",
"Admin" => "Admin",
"Unknown filetype" => "Tip fișier necunoscut",
"Invalid image" => "Imagine invalidă",
"web services under your control" => "servicii web controlate de tine",
"ZIP download is turned off." => "Descărcarea ZIP este dezactivată.",
"Files need to be downloaded one by one." => "Fișierele trebuie descărcate unul câte unul.",
"Back to Files" => "Înapoi la fișiere",
"Selected files too large to generate zip file." => "Fișierele selectate sunt prea mari pentru a genera un fișier zip.",
"Application is not enabled" => "Aplicația nu este activată",
"Authentication error" => "Eroare la autentificare",
"Token expired. Please reload page." => "Token expirat. Te rugăm să reîncarci pagina.",
"Files" => "Fișiere",
"Text" => "Text",
"Images" => "Imagini",
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Serverul de web nu este încă setat corespunzător pentru a permite sincronizarea fișierelor deoarece interfața WebDAV pare a fi întreruptă.",
"Please double check the <a href='%s'>installation guides</a>." => "Vă rugăm să verificați <a href='%s'>ghiduri de instalare</a>.",
"seconds ago" => "secunde în urmă",
"_%n minute ago_::_%n minutes ago_" => array("","","acum %n minute"),
"_%n hour ago_::_%n hours ago_" => array("","","acum %n ore"),
"today" => "astăzi",
"yesterday" => "ieri",
"_%n day go_::_%n days ago_" => array("","","acum %n zile"),
"last month" => "ultima lună",
"_%n month ago_::_%n months ago_" => array("","",""),
"last year" => "ultimul an",
"years ago" => "ani în urmă",
"Could not find category \"%s\"" => "Cloud nu a gasit categoria \"%s\""
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";