Skip to content

Commit

Permalink
i18n - pulling from tx
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 28, 2023
1 parent 5d5648a commit 116c0ac
Show file tree
Hide file tree
Showing 51 changed files with 2,173 additions and 116 deletions.
116 changes: 115 additions & 1 deletion app/assets/javascripts/foreman_google/locale/cs_CZ/foreman_google.js
Original file line number Diff line number Diff line change
@@ -1 +1,115 @@
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['cs_CZ'] = {"domain":"foreman_google","locale_data":{"foreman_google":{"":{"Project-Id-Version":"foreman_google 1.0.0","Report-Msgid-Bugs-To":"","PO-Revision-Date":"2022-08-01 12:51+0000","Last-Translator":"Pavel Borecki <pavel.borecki@gmail.com>, 2022","Language-Team":"Czech (Czech Republic) (https://www.transifex.com/foreman/teams/114/cs_CZ/)","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Language":"cs_CZ","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;","lang":"cs_CZ","domain":"foreman_google","plural_forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},"Certificate path, for GCE only":[""],"Zone, for GCE only":[""],"Deprecated, project is automatically loaded from the JSON file. For GCE only":[""],"Deprecated, email is automatically loaded from the JSON file. For GCE only":[""],"The email parameter is deprecated, value is automatically loaded from the JSON file":[""],"The project parameter is deprecated, value is automatically loaded from the JSON file":[""],"console is not available at this time because the instance is powered off":[""],"Missing an image for operating system!":[""],"JSON key":[""],"Zone":["Zóna"],"Load Zones":["Načíst zóny"],"Machine type":["Typ stroje"],"Please select an image":["Vyberte obraz"],"Image":["Obraz"],"Network":["Síť"],"Associate Ephemeral External IP":[""],"Size (GB)":["Velikost (GB)"],"Name":["Název"],"Type":["Typ"],"State":["Stav"],"Actions":["Akce"],"Properties":["Vlastnosti"],"Machine Type":["Typ stroje"],"The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.":[""],"Does this image support user data input (e.g. via cloud-init)?":["Podporuje tento obraz zadání uživatelských dat (např. prostřednictvím cloud-init)?"],"Preupgrade job":[""],"Action with sub plans":["Akce s dílčími plány"],"Import facts":["Importovat fakta"],"Import Puppet classes":["Importovat Puppet třídy"],"Remote action:":["Akce na protějšku:"],"Google Compute Engine plugin for the Foreman.":[""]}}};
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['cs_CZ'] = {
"domain": "foreman_google",
"locale_data": {
"foreman_google": {
"": {
"Project-Id-Version": "foreman_google 1.0.0",
"Report-Msgid-Bugs-To": "",
"PO-Revision-Date": "2022-08-01 12:51+0000",
"Last-Translator": "Pavel Borecki <pavel.borecki@gmail.com>, 2022",
"Language-Team": "Czech (Czech Republic) (https://app.transifex.com/foreman/teams/114/cs_CZ/)",
"MIME-Version": "1.0",
"Content-Type": "text/plain; charset=UTF-8",
"Content-Transfer-Encoding": "8bit",
"Language": "cs_CZ",
"Plural-Forms": "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;",
"lang": "cs_CZ",
"domain": "foreman_google",
"plural_forms": "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
},
"Action with sub plans": [
"Akce s dílčími plány"
],
"Actions": [
"Akce"
],
"Associate Ephemeral External IP": [
""
],
"Certificate path, for GCE only": [
""
],
"Deprecated, email is automatically loaded from the JSON file. For GCE only": [
""
],
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
""
],
"Does this image support user data input (e.g. via cloud-init)?": [
"Podporuje tento obraz zadání uživatelských dat (např. prostřednictvím cloud-init)?"
],
"Google Compute Engine plugin for the Foreman.": [
""
],
"Image": [
"Obraz"
],
"Import Puppet classes": [
"Importovat Puppet třídy"
],
"Import facts": [
"Importovat fakta"
],
"JSON key": [
""
],
"Load Zones": [
"Načíst zóny"
],
"Machine Type": [
"Typ stroje"
],
"Machine type": [
"Typ stroje"
],
"Missing an image for operating system!": [
""
],
"Name": [
"Název"
],
"Network": [
"Síť"
],
"Please select an image": [
"Vyberte obraz"
],
"Preupgrade job": [
""
],
"Properties": [
"Vlastnosti"
],
"Remote action:": [
"Akce na protějšku:"
],
"Size (GB)": [
"Velikost (GB)"
],
"State": [
"Stav"
],
"The email parameter is deprecated, value is automatically loaded from the JSON file": [
""
],
"The project parameter is deprecated, value is automatically loaded from the JSON file": [
""
],
"The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
""
],
"Type": [
"Typ"
],
"Zone": [
"Zóna"
],
"Zone, for GCE only": [
""
],
"console is not available at this time because the instance is powered off": [
""
]
}
}
};
116 changes: 115 additions & 1 deletion app/assets/javascripts/foreman_google/locale/de/foreman_google.js
Original file line number Diff line number Diff line change
@@ -1 +1,115 @@
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['de'] = {"domain":"foreman_google","locale_data":{"foreman_google":{"":{"Project-Id-Version":"foreman_google 1.0.0","Report-Msgid-Bugs-To":"","PO-Revision-Date":"2022-08-01 12:51+0000","Last-Translator":"Lukas Kallies <github.com@luke-web.de>, 2022","Language-Team":"German (https://www.transifex.com/foreman/teams/114/de/)","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Language":"de","Plural-Forms":"nplurals=2; plural=(n != 1);","lang":"de","domain":"foreman_google","plural_forms":"nplurals=2; plural=(n != 1);"},"Certificate path, for GCE only":[""],"Zone, for GCE only":[""],"Deprecated, project is automatically loaded from the JSON file. For GCE only":[""],"Deprecated, email is automatically loaded from the JSON file. For GCE only":[""],"The email parameter is deprecated, value is automatically loaded from the JSON file":[""],"The project parameter is deprecated, value is automatically loaded from the JSON file":[""],"console is not available at this time because the instance is powered off":["Konsole ist derzeit nicht verfügbar, da die Instanz ausgeschaltet ist"],"Missing an image for operating system!":["Es fehlt ein Abbild des Betriebssystems!"],"JSON key":["JSON-Schlüssel"],"Zone":["Zone"],"Load Zones":["Zonen laden"],"Machine type":["Maschinen-Typ"],"Please select an image":["bitte ein Abbild auswählen"],"Image":["Image"],"Network":["Netzwerk"],"Associate Ephemeral External IP":["Temporäre externe IP anfügen"],"Size (GB)":["Grösse (GB)"],"Name":["Name"],"Type":["Typ"],"State":["Status"],"Actions":["Aktionen"],"Properties":["Eigenschaften"],"Machine Type":["Systemtyp"],"The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.":["Der Benutzer, der verwendet wird um per SSH auf die Instanz zu verbinden. Üblicherweise ist dies cloud-user, ec2-user, ubuntu etc. Hinweis: Google Engine unterstützt den SSH-Zugriff als root-Benutzer nicht."],"Does this image support user data input (e.g. via cloud-init)?":["Unterstützt dieses Abbild die Eingabe von Benutzerdaten (z. B. mittels cloud-init)?"],"Preupgrade job":["Pre-Upgrade-Job"],"Action with sub plans":["Aktion mit Unterplänen"],"Import facts":["Fakten importieren"],"Import Puppet classes":["Puppet-Klassen importieren"],"Remote action:":["Entfernte Aktion:"],"Google Compute Engine plugin for the Foreman.":["Google Compute Engine-Erweiterung für the Foreman."]}}};
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['de'] = {
"domain": "foreman_google",
"locale_data": {
"foreman_google": {
"": {
"Project-Id-Version": "foreman_google 1.0.0",
"Report-Msgid-Bugs-To": "",
"PO-Revision-Date": "2022-08-01 12:51+0000",
"Last-Translator": "Lukas Kallies <github.com@luke-web.de>, 2022",
"Language-Team": "German (https://app.transifex.com/foreman/teams/114/de/)",
"MIME-Version": "1.0",
"Content-Type": "text/plain; charset=UTF-8",
"Content-Transfer-Encoding": "8bit",
"Language": "de",
"Plural-Forms": "nplurals=2; plural=(n != 1);",
"lang": "de",
"domain": "foreman_google",
"plural_forms": "nplurals=2; plural=(n != 1);"
},
"Action with sub plans": [
"Aktion mit Unterplänen"
],
"Actions": [
"Aktionen"
],
"Associate Ephemeral External IP": [
"Temporäre externe IP anfügen"
],
"Certificate path, for GCE only": [
""
],
"Deprecated, email is automatically loaded from the JSON file. For GCE only": [
""
],
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
""
],
"Does this image support user data input (e.g. via cloud-init)?": [
"Unterstützt dieses Abbild die Eingabe von Benutzerdaten (z. B. mittels cloud-init)?"
],
"Google Compute Engine plugin for the Foreman.": [
"Google Compute Engine-Erweiterung für the Foreman."
],
"Image": [
"Image"
],
"Import Puppet classes": [
"Puppet-Klassen importieren"
],
"Import facts": [
"Fakten importieren"
],
"JSON key": [
"JSON-Schlüssel"
],
"Load Zones": [
"Zonen laden"
],
"Machine Type": [
"Systemtyp"
],
"Machine type": [
"Maschinen-Typ"
],
"Missing an image for operating system!": [
"Es fehlt ein Abbild des Betriebssystems!"
],
"Name": [
"Name"
],
"Network": [
"Netzwerk"
],
"Please select an image": [
"bitte ein Abbild auswählen"
],
"Preupgrade job": [
"Pre-Upgrade-Job"
],
"Properties": [
"Eigenschaften"
],
"Remote action:": [
"Entfernte Aktion:"
],
"Size (GB)": [
"Grösse (GB)"
],
"State": [
"Status"
],
"The email parameter is deprecated, value is automatically loaded from the JSON file": [
""
],
"The project parameter is deprecated, value is automatically loaded from the JSON file": [
""
],
"The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
"Der Benutzer, der verwendet wird um per SSH auf die Instanz zu verbinden. Üblicherweise ist dies cloud-user, ec2-user, ubuntu etc. Hinweis: Google Engine unterstützt den SSH-Zugriff als root-Benutzer nicht."
],
"Type": [
"Typ"
],
"Zone": [
"Zone"
],
"Zone, for GCE only": [
""
],
"console is not available at this time because the instance is powered off": [
"Konsole ist derzeit nicht verfügbar, da die Instanz ausgeschaltet ist"
]
}
}
};
116 changes: 115 additions & 1 deletion app/assets/javascripts/foreman_google/locale/el/foreman_google.js
Original file line number Diff line number Diff line change
@@ -1 +1,115 @@
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['el'] = {"domain":"foreman_google","locale_data":{"foreman_google":{"":{"Project-Id-Version":"foreman_google 1.0.0","Report-Msgid-Bugs-To":"","PO-Revision-Date":"2022-08-01 12:51+0000","Last-Translator":"Efstathios Iosifidis <iefstathios@gmail.com>, 2022","Language-Team":"Greek (https://www.transifex.com/foreman/teams/114/el/)","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Language":"el","Plural-Forms":"nplurals=2; plural=(n != 1);","lang":"el","domain":"foreman_google","plural_forms":"nplurals=2; plural=(n != 1);"},"Certificate path, for GCE only":[""],"Zone, for GCE only":[""],"Deprecated, project is automatically loaded from the JSON file. For GCE only":[""],"Deprecated, email is automatically loaded from the JSON file. For GCE only":[""],"The email parameter is deprecated, value is automatically loaded from the JSON file":[""],"The project parameter is deprecated, value is automatically loaded from the JSON file":[""],"console is not available at this time because the instance is powered off":[""],"Missing an image for operating system!":[""],"JSON key":[""],"Zone":["Ζώνη"],"Load Zones":[""],"Machine type":["Τύπος μηχανής"],"Please select an image":[""],"Image":["Εικόνα"],"Network":["Δίκτυο"],"Associate Ephemeral External IP":[""],"Size (GB)":["Μέγεθος (GB)"],"Name":["Όνομα"],"Type":["Τύπος"],"State":["Κατάσταση"],"Actions":["Ενέργειες"],"Properties":["Ιδιότητες"],"Machine Type":["Τύπος μηχανής"],"The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.":[""],"Does this image support user data input (e.g. via cloud-init)?":[""],"Preupgrade job":[""],"Action with sub plans":[""],"Import facts":[""],"Import Puppet classes":["Εισαγωγή κλάσεων Puppet"],"Remote action:":["Απομακρυσμένη ενέργεια:"],"Google Compute Engine plugin for the Foreman.":[""]}}};
locales['foreman_google'] = locales['foreman_google'] || {}; locales['foreman_google']['el'] = {
"domain": "foreman_google",
"locale_data": {
"foreman_google": {
"": {
"Project-Id-Version": "foreman_google 1.0.0",
"Report-Msgid-Bugs-To": "",
"PO-Revision-Date": "2023-11-28 14:08+0100",
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
"Language-Team": "Greek, Modern (1453-)",
"Language": "el",
"MIME-Version": "1.0",
"Content-Type": "text/plain; charset=UTF-8",
"Content-Transfer-Encoding": "8bit",
"Plural-Forms": "nplurals=; plural=;",
"lang": "el",
"domain": "foreman_google",
"plural_forms": "nplurals=; plural=;"
},
"Action with sub plans": [
""
],
"Actions": [
""
],
"Associate Ephemeral External IP": [
""
],
"Certificate path, for GCE only": [
""
],
"Deprecated, email is automatically loaded from the JSON file. For GCE only": [
""
],
"Deprecated, project is automatically loaded from the JSON file. For GCE only": [
""
],
"Does this image support user data input (e.g. via cloud-init)?": [
""
],
"Google Compute Engine plugin for the Foreman.": [
""
],
"Image": [
""
],
"Import Puppet classes": [
""
],
"Import facts": [
""
],
"JSON key": [
""
],
"Load Zones": [
""
],
"Machine Type": [
""
],
"Machine type": [
""
],
"Missing an image for operating system!": [
""
],
"Name": [
""
],
"Network": [
""
],
"Please select an image": [
""
],
"Preupgrade job": [
""
],
"Properties": [
""
],
"Remote action:": [
""
],
"Size (GB)": [
""
],
"State": [
""
],
"The email parameter is deprecated, value is automatically loaded from the JSON file": [
""
],
"The project parameter is deprecated, value is automatically loaded from the JSON file": [
""
],
"The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
""
],
"Type": [
""
],
"Zone": [
""
],
"Zone, for GCE only": [
""
],
"console is not available at this time because the instance is powered off": [
""
]
}
}
};

0 comments on commit 116c0ac

Please sign in to comment.