mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Merge pull request #9689 from rooftopcellist/i18n_devel_translations
I18n devel translations SUMMARY First round of translations for ui_next. I have also included: necessary changes to import fr, nl, es, zh, and also add them to the catalog. fixed a syntax error that was keeping strings from compiling. ISSUE TYPE Feature COMPONENT NAME Translations AWX VERSION devel Reviewed-by: Jake McDermott <yo@jakemcdermott.me> Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@
|
|||||||
"compilerBabelOptions": {},
|
"compilerBabelOptions": {},
|
||||||
"fallbackLocales": { default: "en"},
|
"fallbackLocales": { default: "en"},
|
||||||
"format": "po",
|
"format": "po",
|
||||||
"locales": ["en","es","fr","nl","zh","ja", "zu"],
|
"locales": ["en","es","fr","nl","zh","ja","zu"],
|
||||||
"orderBy": "messageId",
|
"orderBy": "messageId",
|
||||||
"pseudoLocale": "zu",
|
"pseudoLocale": "zu",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: @lingui/cli\n"
|
"X-Generator: @lingui/cli\n"
|
||||||
"Language: es\n"
|
"Language: es \n"
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: @lingui/cli\n"
|
"X-Generator: @lingui/cli\n"
|
||||||
"Language: nl\n"
|
"Language: nl \n"
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -13,6 +13,7 @@ import {
|
|||||||
} from '@patternfly/react-core';
|
} from '@patternfly/react-core';
|
||||||
import ContentError from '../../../components/ContentError';
|
import ContentError from '../../../components/ContentError';
|
||||||
import ContentLoading from '../../../components/ContentLoading';
|
import ContentLoading from '../../../components/ContentLoading';
|
||||||
|
import { BrandName } from '../../../variables';
|
||||||
import AnsibleSelect from '../../../components/AnsibleSelect';
|
import AnsibleSelect from '../../../components/AnsibleSelect';
|
||||||
import { TagMultiSelect } from '../../../components/MultiSelect';
|
import { TagMultiSelect } from '../../../components/MultiSelect';
|
||||||
import useRequest from '../../../util/useRequest';
|
import useRequest from '../../../util/useRequest';
|
||||||
@@ -545,7 +546,7 @@ function JobTemplateForm({
|
|||||||
|
|
||||||
<Popover
|
<Popover
|
||||||
content={i18n._(t`Enables creation of a provisioning
|
content={i18n._(t`Enables creation of a provisioning
|
||||||
callback URL. Using the URL a host can contact BRAND_NAME
|
callback URL. Using the URL a host can contact ${BrandName}
|
||||||
and request a configuration update using this job
|
and request a configuration update using this job
|
||||||
template.`)}
|
template.`)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user