diff --git a/l10n/hu.js b/l10n/hu.js index 5a1c6e98..6a0cc7bd 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -56,6 +56,7 @@ OC.L10N.register( "Complete" : "Befejezve", "Username" : "Felhasználónév", "Repeat password" : "Jelszó ismétlés", + "Add tag" : "Címke hozzáadás", "Field label" : "Mező címke", "Field value" : "Mező érték", "Choose a file" : "Válassz egy fájlt", @@ -71,6 +72,7 @@ OC.L10N.register( "Size" : "Méret", "Issuer" : "Kibocsátó", "Secret" : "Titok", + "Expiration date" : "Lejárati idő", "Renew interval" : "Megújítási időköz", "Disabled" : "Letiltva", "Day(s)" : "Nap", diff --git a/l10n/hu.json b/l10n/hu.json index e33f0f30..4ba38a58 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -54,6 +54,7 @@ "Complete" : "Befejezve", "Username" : "Felhasználónév", "Repeat password" : "Jelszó ismétlés", + "Add tag" : "Címke hozzáadás", "Field label" : "Mező címke", "Field value" : "Mező érték", "Choose a file" : "Válassz egy fájlt", @@ -69,6 +70,7 @@ "Size" : "Méret", "Issuer" : "Kibocsátó", "Secret" : "Titok", + "Expiration date" : "Lejárati idő", "Renew interval" : "Megújítási időköz", "Disabled" : "Letiltva", "Day(s)" : "Nap", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index a4dc8e3a..28ca57e2 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -7,6 +7,7 @@ OC.L10N.register( "Passwords do not match" : "密码不匹配", "General" : "一般", "Custom Fields" : "自定义字段", + "Please fill in a value." : "请填写一个值", "Error loading file" : "加载文件错误 ", "Credential created!" : "创建凭证", "Credential deleted" : "凭证删除", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 9bfe863d..a98e3b1c 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -5,6 +5,7 @@ "Passwords do not match" : "密码不匹配", "General" : "一般", "Custom Fields" : "自定义字段", + "Please fill in a value." : "请填写一个值", "Error loading file" : "加载文件错误 ", "Credential created!" : "创建凭证", "Credential deleted" : "凭证删除",