Skip to content

Commit

Permalink
Refactor default.po (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Nov 21, 2021
1 parent 0be7115 commit b4609b7
Show file tree
Hide file tree
Showing 44 changed files with 829 additions and 613 deletions.
55 changes: 55 additions & 0 deletions app/resources/locales/en_US/command.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# COmanage Registry Localizations (command domain)
#
# Portions licensed to the University Corporation for Advanced Internet
# Development, Inc. ("UCAID") under one or more contributor license agreements.
# See the NOTICE file distributed with this work for additional information
# regarding copyright ownership.
#
# UCAID licenses this file to you under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with the
# License. You may obtain a copy of the License at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# @link https://www.internet2.edu/comanage COmanage Project
# @package registry
# @since COmanage Registry v5.0.0
# @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

# Command Line text

msgid "db.noop"
msgstr "SQL NOT EXECUTED"

msgid "db.ok"
msgstr "Database schema update successful"

msgid "db.schema"
msgstr "Loading database schema from {0}"

msgid "opt.admin-username"
msgstr "Username of initial platform administrator"

msgid "opt.force"
msgstr "Force a rerun of setup (only if you know what you are doing)"

msgid "opt.not"
msgstr "Calculate changes but do not apply"

# msgid "se.admin"
# msgstr "Creating initial administrator permission"

# msgid "se.admin.user"
# msgstr "Enter administrator's login username"

msgid "se.already"
msgstr "Setup appears to have already run"

msgid "se.salt"
msgstr "Generating salt file"
49 changes: 49 additions & 0 deletions app/resources/locales/en_US/controller.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# COmanage Registry Localizations (controller domain)
#
# Portions licensed to the University Corporation for Advanced Internet
# Development, Inc. ("UCAID") under one or more contributor license agreements.
# See the NOTICE file distributed with this work for additional information
# regarding copyright ownership.
#
# UCAID licenses this file to you under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with the
# License. You may obtain a copy of the License at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# @link https://www.internet2.edu/comanage COmanage Project
# @package registry
# @since COmanage Registry v5.0.0
# @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

# Controllers (Models)

msgid "ApiUsers"
msgstr "{0,plural,=1{API User} other{API Users}}"

msgid "CoSettings"
msgstr "{0,plural,=1{CO Setting} other{CO Settings}}"

msgid "Cos"
msgstr "{0,plural,=1{CO} other{COs}}"

msgid "Cous"
msgstr "{0,plural,=1{COU} other{COUs}}"

msgid "Dashboards"
msgstr "{0,plural,=1{Dashboard} other{Dashboards}}"

msgid "ExternalIdentities"
msgstr "{0,plural,=1{External Identity} other{External Identities}}"

msgid "People"
msgstr "{0,plural,=1{Person} other{People}}"

msgid "Types"
msgstr "{0,plural,=1{Type} other{Types}}"
Loading

0 comments on commit b4609b7

Please sign in to comment.