Fix i18n typo

This commit is contained in:
Takao Fujiwara
2017-01-31 20:29:04 +09:00
parent 47b02fa2b2
commit d7c12bc23c
5 changed files with 40 additions and 28 deletions

View File

@@ -18,6 +18,9 @@ export default ['i18n', function(i18n) {
name: 'inventory_script', name: 'inventory_script',
basePath: 'inventory_scripts', basePath: 'inventory_scripts',
stateTree: 'inventoryScripts', stateTree: 'inventoryScripts',
// I18N for "CREATE INVENTORY_SCRIPT"
// on /#/inventory_scripts/add
breadcrumbName: i18n._('INVENTORY SCRIPT'),
showActions: true, showActions: true,
fields: { fields: {

View File

@@ -8,7 +8,7 @@
<div class="License-field--label" translate>License</div> <div class="License-field--label" translate>License</div>
<div class="License-field--content"> <div class="License-field--content">
<span class="License-greenText" ng-show='compliant'><i class="fa fa-circle License-greenText"></i><translate>Valid License</translate></span> <span class="License-greenText" ng-show='compliant'><i class="fa fa-circle License-greenText"></i><translate>Valid License</translate></span>
<span class="License-redText" ng-show='!compliant'><i class="fa fa-circle License-redText"></i><translate>Invalid License</transalte></span> <span class="License-redText" ng-show='!compliant'><i class="fa fa-circle License-redText"></i><translate>Invalid License</translate></span>
</div> </div>
</div> </div>
<div class="License-field"> <div class="License-field">

View File

@@ -8,9 +8,9 @@
<div class="PortalMode-filterHolder"> <div class="PortalMode-filterHolder">
<div class="btn-group PortalMode-filter"> <div class="btn-group PortalMode-filter">
<button ng-class="{'btn-primary ': activeFilter == 'user', <button ng-class="{'btn-primary ': activeFilter == 'user',
'btn-default' : activeFilter != 'user' }" ng-click='filterUser()' class="btn btn-xs">My Jobs</button> 'btn-default' : activeFilter != 'user' }" ng-click='filterUser()' class="btn btn-xs" translate>My Jobs</button>
<button ng-class="{'btn-primary' : activeFilter == 'all', <button ng-class="{'btn-primary' : activeFilter == 'all',
'btn-default' : activeFilter != 'all'}" ng-click='filterAll()' class="btn btn-xs">All Jobs</button> 'btn-default' : activeFilter != 'all'}" ng-click='filterAll()' class="btn btn-xs" translate>All Jobs</button>
</div> </div>
<div class="PortalMode-refresh"> <div class="PortalMode-refresh">
<button id="refresh_btn" aw-tool-tip="Refresh the page" data-placement="top" class="btn List-buttonDefault" ng-click="refresh()" ng-show="socketStatus == 'error'"> <button id="refresh_btn" aw-tool-tip="Refresh the page" data-placement="top" class="btn List-buttonDefault" ng-click="refresh()" ng-show="socketStatus == 'error'">

View File

@@ -36,9 +36,13 @@
</span> </span>
</div> </div>
<div class="Paginate-total page-label" ng-hide="dataCount === 0"> <div class="Paginate-total page-label" ng-hide="dataCount === 0">
<!-- TODO: Move the ITEMS line into paginate.directive.js
so that i18n.sprintf("A of B") can be used but
it seems $sce.trustAsHtml() does not work with html tag.
-->
<span translate>ITEMS&nbsp; <span translate>ITEMS&nbsp;
<span>{{dataRange}}</span> <span>{{dataRange}}</span>
<span translate>of {{dataCount()}}</span> <span>of {{dataCount()}}</span>
</span> </span>
</div> </div>
</div> </div>

View File

@@ -233,6 +233,7 @@ msgstr ""
#: client/src/lists/AllJobs.js:16 #: client/src/lists/AllJobs.js:16
#: client/src/portal-mode/portal-mode-jobs.partial.html:7 #: client/src/portal-mode/portal-mode-jobs.partial.html:7
#: client/src/portal-mode/portal-mode-layout.partial.html:12
msgid "All Jobs" msgid "All Jobs"
msgstr "" msgstr ""
@@ -253,7 +254,7 @@ msgstr ""
msgid "An SCM update does not appear to be running for project: %s. Click the %sRefresh%s button to view the latest status." msgid "An SCM update does not appear to be running for project: %s. Click the %sRefresh%s button to view the latest status."
msgstr "" msgstr ""
#: client/src/controllers/Credentials.js:102 #: client/src/controllers/Credentials.js:105
msgid "Are you sure you want to delete the credential below?" msgid "Are you sure you want to delete the credential below?"
msgstr "" msgstr ""
@@ -277,7 +278,7 @@ msgstr ""
msgid "Are you sure you want to delete the user below?" msgid "Are you sure you want to delete the user below?"
msgstr "" msgstr ""
#: client/src/controllers/Credentials.js:576 #: client/src/controllers/Credentials.js:579
#: client/src/controllers/Projects.js:687 #: client/src/controllers/Projects.js:687
msgid "Are you sure you want to remove the %s below from %s?" msgid "Are you sure you want to remove the %s below from %s?"
msgstr "" msgstr ""
@@ -624,12 +625,12 @@ msgstr ""
msgid "Credentials" msgid "Credentials"
msgstr "" msgstr ""
#: client/src/controllers/Credentials.js:346 #: client/src/controllers/Credentials.js:349
msgid "Credentials are only shared within an organization. Assign credentials to an organization to delegate credential permissions. The organization cannot be edited after credentials are assigned." msgid "Credentials are only shared within an organization. Assign credentials to an organization to delegate credential permissions. The organization cannot be edited after credentials are assigned."
msgstr "" msgstr ""
#: client/src/inventory-scripts/inventory-scripts.form.js:50 #: client/src/inventory-scripts/inventory-scripts.form.js:53
#: client/src/inventory-scripts/inventory-scripts.form.js:60 #: client/src/inventory-scripts/inventory-scripts.form.js:63
msgid "Custom Script" msgid "Custom Script"
msgstr "" msgstr ""
@@ -637,8 +638,8 @@ msgstr ""
msgid "DASHBOARD" msgid "DASHBOARD"
msgstr "" msgstr ""
#: client/src/controllers/Credentials.js:104 #: client/src/controllers/Credentials.js:107
#: client/src/controllers/Credentials.js:578 #: client/src/controllers/Credentials.js:581
#: client/src/controllers/Projects.js:689 #: client/src/controllers/Projects.js:689
#: client/src/controllers/Users.js:104 #: client/src/controllers/Users.js:104
#: client/src/notifications/notification-templates-list/list.controller.js:189 #: client/src/notifications/notification-templates-list/list.controller.js:189
@@ -651,8 +652,8 @@ msgstr ""
msgid "DETAILS" msgid "DETAILS"
msgstr "" msgstr ""
#: client/src/controllers/Credentials.js:101 #: client/src/controllers/Credentials.js:104
#: client/src/controllers/Credentials.js:575 #: client/src/controllers/Credentials.js:578
#: client/src/controllers/Projects.js:201 #: client/src/controllers/Projects.js:201
#: client/src/controllers/Projects.js:686 #: client/src/controllers/Projects.js:686
#: client/src/controllers/Users.js:101 #: client/src/controllers/Users.js:101
@@ -738,7 +739,7 @@ msgstr ""
#: client/src/forms/Users.js:143 #: client/src/forms/Users.js:143
#: client/src/forms/Users.js:168 #: client/src/forms/Users.js:168
#: client/src/forms/Workflows.js:41 #: client/src/forms/Workflows.js:41
#: client/src/inventory-scripts/inventory-scripts.form.js:32 #: client/src/inventory-scripts/inventory-scripts.form.js:35
#: client/src/inventory-scripts/inventory-scripts.list.js:25 #: client/src/inventory-scripts/inventory-scripts.list.js:25
#: client/src/lists/Credentials.js:34 #: client/src/lists/Credentials.js:34
#: client/src/lists/PortalJobTemplates.js:29 #: client/src/lists/PortalJobTemplates.js:29
@@ -799,7 +800,7 @@ msgstr ""
msgid "Download Output" msgid "Download Output"
msgstr "" msgstr ""
#: client/src/inventory-scripts/inventory-scripts.form.js:58 #: client/src/inventory-scripts/inventory-scripts.form.js:61
msgid "Drag and drop your custom inventory script file here or create one in the field to import your custom inventory." msgid "Drag and drop your custom inventory script file here or create one in the field to import your custom inventory."
msgstr "" msgstr ""
@@ -1309,6 +1310,10 @@ msgstr ""
msgid "INVENTORIES" msgid "INVENTORIES"
msgstr "" msgstr ""
#: client/src/inventory-scripts/inventory-scripts.form.js:23
msgid "INVENTORY SCRIPT"
msgstr ""
#: client/src/helpers/ActivityStream.js:44 #: client/src/helpers/ActivityStream.js:44
#: client/src/inventory-scripts/main.js:66 #: client/src/inventory-scripts/main.js:66
msgid "INVENTORY SCRIPTS" msgid "INVENTORY SCRIPTS"
@@ -1330,11 +1335,11 @@ msgstr ""
msgid "IRC Server Port" msgid "IRC Server Port"
msgstr "" msgstr ""
#: client/src/shared/paginate/paginate.partial.html:39 #: client/src/shared/paginate/paginate.partial.html:43
msgid "" msgid ""
"ITEMS&nbsp;\n" "ITEMS&nbsp;\n"
" <span>{{dataRange}}</span>\n" " <span>{{dataRange}}</span>\n"
" <span translate=\"\">of {{dataCount()}}</span>" " <span>of {{dataCount()}}</span>"
msgstr "" msgstr ""
#: client/src/login/authenticationServices/timer.factory.js:157 #: client/src/login/authenticationServices/timer.factory.js:157
@@ -1694,6 +1699,7 @@ msgid "Module Args"
msgstr "" msgstr ""
#: client/src/portal-mode/portal-mode-jobs.partial.html:4 #: client/src/portal-mode/portal-mode-jobs.partial.html:4
#: client/src/portal-mode/portal-mode-layout.partial.html:10
msgid "My Jobs" msgid "My Jobs"
msgstr "" msgstr ""
@@ -1738,7 +1744,7 @@ msgstr ""
#: client/src/forms/Users.js:165 #: client/src/forms/Users.js:165
#: client/src/forms/Users.js:190 #: client/src/forms/Users.js:190
#: client/src/forms/Workflows.js:34 #: client/src/forms/Workflows.js:34
#: client/src/inventory-scripts/inventory-scripts.form.js:25 #: client/src/inventory-scripts/inventory-scripts.form.js:28
#: client/src/inventory-scripts/inventory-scripts.list.js:20 #: client/src/inventory-scripts/inventory-scripts.list.js:20
#: client/src/lists/AllJobs.js:45 #: client/src/lists/AllJobs.js:45
#: client/src/lists/CompletedJobs.js:43 #: client/src/lists/CompletedJobs.js:43
@@ -1979,7 +1985,7 @@ msgstr ""
#: client/src/forms/Users.js:59 #: client/src/forms/Users.js:59
#: client/src/forms/Workflows.js:47 #: client/src/forms/Workflows.js:47
#: client/src/forms/Workflows.js:53 #: client/src/forms/Workflows.js:53
#: client/src/inventory-scripts/inventory-scripts.form.js:37 #: client/src/inventory-scripts/inventory-scripts.form.js:40
#: client/src/inventory-scripts/inventory-scripts.list.js:30 #: client/src/inventory-scripts/inventory-scripts.list.js:30
#: client/src/lists/Inventories.js:52 #: client/src/lists/Inventories.js:52
#: client/src/lists/Teams.js:35 #: client/src/lists/Teams.js:35
@@ -2206,7 +2212,7 @@ msgstr ""
msgid "Please save before adding users" msgid "Please save before adding users"
msgstr "" msgstr ""
#: client/src/controllers/Credentials.js:158 #: client/src/controllers/Credentials.js:161
#: client/src/forms/Inventories.js:138 #: client/src/forms/Inventories.js:138
#: client/src/forms/Inventories.js:91 #: client/src/forms/Inventories.js:91
#: client/src/forms/JobTemplates.js:409 #: client/src/forms/JobTemplates.js:409
@@ -2397,11 +2403,14 @@ msgstr ""
msgid "RECENTLY RUN JOBS" msgid "RECENTLY RUN JOBS"
msgstr "" msgstr ""
#: client/src/dashboard/lists/job-templates/job-templates-list.partial.html:4
#: client/src/dashboard/lists/job-templates/job-templates-list.partial.html:52 #: client/src/dashboard/lists/job-templates/job-templates-list.partial.html:52
msgid "RECENTLY USED JOB TEMPLATES" msgid "RECENTLY USED JOB TEMPLATES"
msgstr "" msgstr ""
#: client/src/dashboard/lists/job-templates/job-templates-list.partial.html:4
msgid "RECENTLY USED TEMPLATES"
msgstr ""
#: client/src/lists/JobEvents.js:89 #: client/src/lists/JobEvents.js:89
#: client/src/lists/Projects.js:70 #: client/src/lists/Projects.js:70
#: client/src/lists/Schedules.js:62 #: client/src/lists/Schedules.js:62
@@ -2512,7 +2521,7 @@ msgstr ""
#: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:88 #: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:88
#: client/src/configuration/auth-form/sub-forms/auth-radius.form.js:33 #: client/src/configuration/auth-form/sub-forms/auth-radius.form.js:33
#: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:82 #: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:82
#: client/src/configuration/jobs-form/configuration-jobs.form.js:67 #: client/src/configuration/jobs-form/configuration-jobs.form.js:63
#: client/src/configuration/system-form/sub-forms/system-activity-stream.form.js:25 #: client/src/configuration/system-form/sub-forms/system-activity-stream.form.js:25
#: client/src/configuration/system-form/sub-forms/system-logging.form.js:52 #: client/src/configuration/system-form/sub-forms/system-logging.form.js:52
#: client/src/configuration/system-form/sub-forms/system-misc.form.js:29 #: client/src/configuration/system-form/sub-forms/system-misc.form.js:29
@@ -2723,7 +2732,7 @@ msgstr ""
msgid "Schedules" msgid "Schedules"
msgstr "" msgstr ""
#: client/src/inventory-scripts/inventory-scripts.form.js:59 #: client/src/inventory-scripts/inventory-scripts.form.js:62
msgid "Script must begin with a hashbang sequence: i.e.... %s" msgid "Script must begin with a hashbang sequence: i.e.... %s"
msgstr "" msgstr ""
@@ -3083,7 +3092,7 @@ msgstr ""
msgid "The number of parallel or simultaneous processes to use while executing the playbook. 0 signifies the default value from the %sansible configuration file%s." msgid "The number of parallel or simultaneous processes to use while executing the playbook. 0 signifies the default value from the %sansible configuration file%s."
msgstr "" msgstr ""
#: client/src/job-results/job-results.controller.js:538 #: client/src/job-results/job-results.controller.js:479
msgid "The output is too large to display. Please download." msgid "The output is too large to display. Please download."
msgstr "" msgstr ""
@@ -3564,10 +3573,6 @@ msgstr ""
msgid "name" msgid "name"
msgstr "" msgstr ""
#: client/src/shared/paginate/paginate.partial.html:41
msgid "of {{dataCount()}}"
msgstr ""
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:25 #: client/src/access/rbac-multiselect/permissionsTeams.list.js:25
msgid "organization" msgid "organization"
msgstr "" msgstr ""