Skip to content

Commit

Permalink
Add de locale, update game.player instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
narc0tiq committed Jul 15, 2016
1 parent da906ad commit 55e0a55
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ members of the #factorio IRC on espernet.
* The Hebrew translation by JoCKeR-IL
* Updating assistance by @Bisa
* Graphics by Meppi on the Factorio forums: <https://forums.factorio.com/viewtopic.php?p=146209#p146209>
* German translation by luma88


## License ##
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.101
0.7.102
29 changes: 29 additions & 0 deletions locale/de/base.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
YARM-err-generic=[YARM] Error: __1__
YARM-err-specific=[YARM|__1__] Error: __2__

YARM-warn-no-return-possible=Oops! YARM hat vergessen (oder niemals gelernt) wo dein eigentlicher Charakter ist. Wenn du ihn finden kannst, zeige auf ihn mit deinem Cursor und schreibe in die Console: /c remote.call("YARM", "reset_player", game.player.index)
YARM-warn-not-in-real-body=Oops! Du kannst keinen entfernten Ort sehen bzw. scannen, solange du nicht in deinem Charakter bist. Versuch es erneut, wenn du vor Ort bist.

YARM-site-submitted=Ressource hinzugefuegt "__1__" mit __2__ __3__.
YARM-unknown-resource-category=Unbekannte Ressource "__1__"

YARM-ore-per-minute=__1__/m
YARM-time-to-deplete=Restzeit: __1__
YARM-etd-hour-fragment=__1__ h
YARM-etd-minute-fragment=__1__ m
YARM-etd-never=nie
YARM-etd-under-1m=<1 m

YARM-site-rename-title=Umbenennen!
YARM-site-rename-confirm=OK
YARM-site-rename-cancel=Abbrechen

[entity-name]
resource-monitor=Ressourcen Monitor
rm_overlay=Resource Overlay

[item-name]
resource-monitor=Ressourcen Monitor

[technology-name]
resource-monitoring=Ressourcen Monitor
2 changes: 1 addition & 1 deletion locale/en/base.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
YARM-err-generic=[YARM] Error: __1__
YARM-err-specific=[YARM|__1__] Error: __2__

YARM-warn-no-return-possible=Oops! YARM has forgotten (or never learned) where your real character is. If you can find them in the world, point your cursor to them and type into the console: /c remote.call("YARM", "reset_player", game.local_player.index)
YARM-warn-no-return-possible=Oops! YARM has forgotten (or never learned) where your real character is. If you can find them in the world, point your cursor to them and type into the console: /c remote.call("YARM", "reset_player", game.player.index)
YARM-warn-not-in-real-body=Oops! You can't view a remote site while you're not inhabiting your real body. Please return to it first, then try again.

YARM-site-submitted=Added site "__1__" with __2__ __3__.
Expand Down
2 changes: 1 addition & 1 deletion locale/he/base.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
YARM-err-generic=[YARM] האיגש: __1__
YARM-err-specific=[YARM|__1__] האיגש: __2__

YARM-warn-no-return-possible= היעב ! YARM הדוקפה תרושב האבה הדוקפה תא שקהו הילע רבכעה לש ןמסה תא בצה ,קחשמה םלועב התוא אוצמל ךתורשפאב םא .ךלש תומדה הפיא )עדוי אל וא( חכש: /c remote.call("YARM", "reset_player", game.local_player.index)
YARM-warn-no-return-possible= היעב ! YARM הדוקפה תרושב האבה הדוקפה תא שקהו הילע רבכעה לש ןמסה תא בצה ,קחשמה םלועב התוא אוצמל ךתורשפאב םא .ךלש תומדה הפיא )עדוי אל וא( חכש: /c remote.call("YARM", "reset_player", game.player.index)
YARM-warn-not-in-real-body=היעב!תינש הסנ זאו םדוק הילא רוזח אנא .ךלש תומדה םוקמב ךניא רשאכ קחורמ רתאב תופצל לוכי ךניא

YARM-site-submitted=רתא ףסוה "__1__" םע __2__ __3__.
Expand Down
2 changes: 1 addition & 1 deletion locale/ru/base.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
YARM-err-generic=[YARM] Error: __1__
YARM-err-specific=[YARM|__1__] Error: __2__

YARM-warn-no-return-possible=Упс! YARM забыл (или не нашел) твоего персонажа. Если вы можете найти его в мире, наведите курсор на него и напечатайте в консоли: /c remote.call("YARM", "reset_player", game.local_player.index)
YARM-warn-no-return-possible=Упс! YARM забыл (или не нашел) твоего персонажа. Если вы можете найти его в мире, наведите курсор на него и напечатайте в консоли: /c remote.call("YARM", "reset_player", game.player.index)
YARM-warn-not-in-real-body=Упс! Вы не можете просмотреть удаленный объект, пока не находитесь в вашем персонаже. Пожалуйста, вернитесь к нему, а затем попробуйте снова.

YARM-site-submitted=Добавить объект "__1__" с __2__ __3__.
Expand Down

0 comments on commit 55e0a55

Please sign in to comment.