Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

German Translations #192

Merged
merged 4 commits into from
Oct 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ node_modules/
.dir-locals.el
.env

# Translation .mo files
/priv/gettext/*/LC_MESSAGES/*.mo

shell.nix
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ own stylesheet with the specific overrides.

## Internationalization

Torch comes with `.po` files for `en`, `ru` and `es` locales. If you are using
Torch comes with `.po` files for `en`, `ru`, `es` and `de` locales. If you are using
torch and can provide us with translation files for other languages, please
submit a Pull Request with the translation file. We'd love to add as many
translations as possible.
Expand Down
82 changes: 82 additions & 0 deletions priv/gettext/de/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# # "msgid"s in this file come from POT (.pot) files.
# #
# # Do not add, change, or remove "msgid"s manually here as
# # they're tied to the ones in the corresponding POT file
# # (with the same domain).
# #
# # Use "mix gettext.extract --merge" or "mix gettext.merge"
# # to merge POT files into PO files.
msgid ""
msgstr ""
"Language: de_CH\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Project-Id-Version: Torch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: https://github.com/mojotech/torch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.4.1\n"
"X-Poedit-SourceCharset: UTF-8\n"

#: lib/torch/i18n/backend.ex:22
msgid "< Prev"
msgstr "< Zurück"

#: lib/torch/i18n/backend.ex:23
msgid "Next >"
msgstr "> Vorwärts"

#: lib/torch/i18n/backend.ex:11
msgid "Choose one"
msgstr "Wählen Sie eine"

#: lib/torch/i18n/backend.ex:10
msgid "Equals"
msgstr "Ist gleich"

#: lib/torch/i18n/backend.ex:9
msgid "Contains"
msgstr "Beinhaltet"

#: lib/torch/i18n/backend.ex:14
msgid "Greater Than"
msgstr "Grösser als"

#: lib/torch/i18n/backend.ex:15
msgid "Greater Than Or Equal"
msgstr "Grösser als oder gleich"

#: lib/torch/i18n/backend.ex:16
msgid "Less Than"
msgstr "Kleiner als"

#: lib/torch/i18n/backend.ex:17
msgid "start"
msgstr "Start"

#: lib/torch/i18n/backend.ex:18
msgid "end"
msgstr "Ende"

#: lib/torch/i18n/backend.ex:20
msgid "Select Start Date"
msgstr "Startdatum auswählen"

#: lib/torch/i18n/backend.ex:21
msgid "Select End Date"
msgstr "Enddatum auswählen"

#: lib/torch/i18n/backend.ex:13
msgid "After"
msgstr "Danach"

#: lib/torch/i18n/backend.ex:12
msgid "Before"
msgstr "Davor"

#: lib/torch/i18n/backend.ex:19
msgid "Select Date"
msgstr "Datum wählen"
73 changes: 34 additions & 39 deletions priv/gettext/default.pot
Original file line number Diff line number Diff line change
@@ -1,86 +1,81 @@
## This file is a PO Template file.
##
## `msgid`s here are often extracted from source code.
## Add new translations manually only if they're dynamic
## translations that can't be statically extracted.
##
## Run `mix gettext.extract` to bring this file up to
## date. Leave `msgstr`s empty as changing them here as no
## effect: edit them in PO (`.po`) files instead.
# # This file is a PO Template file.
# #
# # `msgid`s here are often extracted from source code.
# # Add new translations manually only if they're dynamic
# # translations that can't be statically extracted.
# #
# # Run `mix gettext.extract` to bring this file up to
# # date. Leave `msgstr`s empty as changing them here as no
# # effect: edit them in PO (`.po`) files instead.
msgid ""
msgstr ""
"Project-Id-Version: Torch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: https://github.com/mojotech/torch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.4.1\n"
"X-Poedit-SourceCharset: UTF-8\n"

#, elixir-format
#: lib/torch/messages_backend.ex:17
#: lib/torch/i18n/backend.ex:22
msgid "< Prev"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:18
#: lib/torch/i18n/backend.ex:23
msgid "Next >"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:6
#: lib/torch/i18n/backend.ex:11
msgid "Choose one"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:5
#: lib/torch/i18n/backend.ex:10
msgid "Equals"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:4
#: lib/torch/i18n/backend.ex:9
msgid "Contains"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:9
#: lib/torch/i18n/backend.ex:14
msgid "Greater Than"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:10
#: lib/torch/i18n/backend.ex:15
msgid "Greater Than Or Equal"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:11
#: lib/torch/i18n/backend.ex:16
msgid "Less Than"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:12
#: lib/torch/i18n/backend.ex:17
msgid "start"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:13
#: lib/torch/i18n/backend.ex:18
msgid "end"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:15
#: lib/torch/i18n/backend.ex:20
msgid "Select Start Date"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:16
#: lib/torch/i18n/backend.ex:21
msgid "Select End Date"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:8
#: lib/torch/i18n/backend.ex:13
msgid "After"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:7
#: lib/torch/i18n/backend.ex:12
msgid "Before"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:14
#: lib/torch/i18n/backend.ex:19
msgid "Select Date"
msgstr ""
60 changes: 30 additions & 30 deletions priv/gettext/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
@@ -1,74 +1,74 @@
#, elixir-format
#: lib/torch/messages_backend.ex:17
msgid ""
msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Project-Id-Version: Torch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: https://github.com/mojotech/torch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"X-Generator: Poedit 2.4.1\n"
"X-Poedit-SourceCharset: UTF-8\n"

#: lib/torch/i18n/backend.ex:22
msgid "< Prev"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:18
#: lib/torch/i18n/backend.ex:23
msgid "Next >"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:6
#: lib/torch/i18n/backend.ex:11
msgid "Choose one"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:5
#: lib/torch/i18n/backend.ex:10
msgid "Equals"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:4
#: lib/torch/i18n/backend.ex:9
msgid "Contains"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:9
#: lib/torch/i18n/backend.ex:14
msgid "Greater Than"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:10
#: lib/torch/i18n/backend.ex:15
msgid "Greater Than Or Equal"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:11
#: lib/torch/i18n/backend.ex:16
msgid "Less Than"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:12
#: lib/torch/i18n/backend.ex:17
msgid "start"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:13
#: lib/torch/i18n/backend.ex:18
msgid "end"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:15
#: lib/torch/i18n/backend.ex:20
msgid "Select Start Date"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:16
#: lib/torch/i18n/backend.ex:21
msgid "Select End Date"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:8
#: lib/torch/i18n/backend.ex:13
msgid "After"
msgstr ""

#, elixir-format
#: lib/torch/messages_backend.ex:7
#: lib/torch/i18n/backend.ex:12
msgid "Before"
msgstr ""

#, elixir-format, fuzzy
#: lib/torch/messages_backend.ex:14
#: lib/torch/i18n/backend.ex:19
msgid "Select Date"
msgstr ""
Loading