Update translations
This commit is contained in:
parent
ed1f942c52
commit
f992fc644b
|
@ -1,6 +1,6 @@
|
||||||
[main]
|
[main]
|
||||||
host = https://www.transifex.com
|
host = https://www.transifex.com
|
||||||
lang_map = el_GR: el, es_ES: es, fr_FR: fr, ko_KR: ko, pt_PT: pt, sk_SK: sk, vi_VN: vi
|
lang_map = el_GR: el, es_ES: es, fr_FR: fr, hu_HU: hu, ko_KR: ko, pt_PT: pt, sk_SK: sk, vi_VN: vi
|
||||||
|
|
||||||
[discourse-org.plugindiscourse-assignclientenyml]
|
[discourse-org.plugindiscourse-assignclientenyml]
|
||||||
file_filter = config/locales/client.<lang>.yml
|
file_filter = config/locales/client.<lang>.yml
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/discourse/translations-manager.git
|
remote: https://github.com/discourse/translations-manager.git
|
||||||
revision: 212a49cfa8feaab90d26f2ff9c65f698fef750e8
|
revision: 637f0fe4bbb07d5e3cea32994275a34615694d79
|
||||||
specs:
|
specs:
|
||||||
translations-manager (0.2.1)
|
translations-manager (0.2.1)
|
||||||
|
|
||||||
|
@ -14,4 +14,4 @@ DEPENDENCIES
|
||||||
translations-manager!
|
translations-manager!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.16.3
|
1.16.4
|
||||||
|
|
|
@ -5,4 +5,14 @@
|
||||||
# To work with us on translations, join this project:
|
# To work with us on translations, join this project:
|
||||||
# https://www.transifex.com/projects/p/discourse-org/
|
# https://www.transifex.com/projects/p/discourse-org/
|
||||||
|
|
||||||
he: {}
|
he:
|
||||||
|
js:
|
||||||
|
action_codes:
|
||||||
|
assigned: "רשום על %{who} %{when}"
|
||||||
|
discourse_assign:
|
||||||
|
unassign_all:
|
||||||
|
title: "ביטול רישום של כולם"
|
||||||
|
assign:
|
||||||
|
help: "רישום משתמש לנושא"
|
||||||
|
assign_modal:
|
||||||
|
title: "רישום הנושא"
|
||||||
|
|
|
@ -28,3 +28,5 @@ it:
|
||||||
title: "Assegna Argomento"
|
title: "Assegna Argomento"
|
||||||
description: "Inserisci il nome utente della persona a cui vorresti assegnare questo argomento"
|
description: "Inserisci il nome utente della persona a cui vorresti assegnare questo argomento"
|
||||||
assign: "Assegna"
|
assign: "Assegna"
|
||||||
|
claim:
|
||||||
|
help: "Assegna l'argomento a te stesso"
|
||||||
|
|
|
@ -5,4 +5,8 @@
|
||||||
# To work with us on translations, join this project:
|
# To work with us on translations, join this project:
|
||||||
# https://www.transifex.com/projects/p/discourse-org/
|
# https://www.transifex.com/projects/p/discourse-org/
|
||||||
|
|
||||||
he: {}
|
he:
|
||||||
|
site_settings:
|
||||||
|
assign_enabled: "הפעלת תוסף רישום על"
|
||||||
|
discourse_assign:
|
||||||
|
assigned_to: "הנושא רשום ל@%{username}"
|
||||||
|
|
|
@ -18,3 +18,4 @@ it:
|
||||||
discourse_assign:
|
discourse_assign:
|
||||||
assigned_to: "Argomento assegnato a @%{username}"
|
assigned_to: "Argomento assegnato a @%{username}"
|
||||||
unassigned: "L'argomento era inassegnato"
|
unassigned: "L'argomento era inassegnato"
|
||||||
|
already_claimed: "Quell'argomento è stato già rivendicato."
|
||||||
|
|
Loading…
Reference in New Issue