Skip to content

Commit f675d0f

Browse files
committed
Add missing translations
1 parent f64a1c3 commit f675d0f

File tree

3 files changed

+175
-30
lines changed
  • debug_fasp/config/locales
  • fasp_base/config/locales
  • fasp_data_sharing/config/locales

3 files changed

+175
-30
lines changed

debug_fasp/config/locales/en.yml

Lines changed: 94 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,95 @@
1-
# Files in the config/locales directory are used for internationalization and
2-
# are automatically loaded by Rails. If you want to use locales other than
3-
# English, add the necessary files in this directory.
4-
#
5-
# To use the locales, use `I18n.t`:
6-
#
7-
# I18n.t "hello"
8-
#
9-
# In views, this is aliased to just `t`:
10-
#
11-
# <%= t("hello") %>
12-
#
13-
# To use a different locale, set it with `I18n.locale`:
14-
#
15-
# I18n.locale = :es
16-
#
17-
# This would use the information in config/locales/es.yml.
18-
#
19-
# To learn more about the API, please read the Rails Internationalization guide
20-
# at https://guides.rubyonrails.org/i18n.html.
21-
#
22-
# Be aware that YAML interprets the following case-insensitive strings as
23-
# booleans: `true`, `false`, `on`, `off`, `yes`, `no`. Therefore, these strings
24-
# must be quoted to be interpreted as strings. For example:
25-
#
26-
# en:
27-
# "yes": yup
28-
# enabled: "ON"
29-
1+
---
302
en:
31-
hello: "Hello world"
3+
accounts:
4+
destroy:
5+
success: Account was deleted successfully.
6+
destroy_all:
7+
success: All accounts were deleted successfully.
8+
index:
9+
accounts: Accounts
10+
destroy: Delete
11+
destroy_all: Delete all
12+
show: Show
13+
show:
14+
account: Account
15+
destroy: Delete
16+
are_you_sure: Are you sure?
17+
attributes:
18+
created_at: Created at
19+
full_object: Full object
20+
object_type: Object type
21+
updated_at: Updated at
22+
uri: URI
23+
backfill_requests:
24+
create:
25+
success: Backfill request was created successfully.
26+
destroy:
27+
success: Backfill request was deleted successfully.
28+
index:
29+
backfill_requests: Backfill Requests
30+
continue: Continue
31+
create_account_backfill_request: Create account backfill request
32+
create_content_backfill_request: Create content backfill request
33+
destroy: Delete
34+
update:
35+
success: Backfill requests was continued successfully.
36+
contents:
37+
destroy:
38+
success: Content was deleted successfully.
39+
destroy_all:
40+
success: All content was deleted successfully.
41+
index:
42+
contents: Content
43+
destroy: Delete
44+
destroy_all: Delete all
45+
show: Show
46+
show:
47+
content: Content
48+
destroy: Delete
49+
fasp_base:
50+
homes:
51+
show:
52+
data_sharing: Data sharing
53+
data_sharing_hint: Create subscriptions and backfill requests, observe ingested
54+
content.
55+
debug_provider: Debug Provider
56+
logs: Logs
57+
logs_hint: Trigger remote log requests and inspect responses.
58+
layouts:
59+
admin:
60+
invitation_codes: Invitation Codes
61+
settings: Settings
62+
sign_out: Sign out
63+
users: Users
64+
application:
65+
data_sharing: Data sharing
66+
logs: Logs
67+
sign_in: Sign in
68+
sign_out: Sign out
69+
sign_up: Sign up
70+
logs:
71+
destroy:
72+
success: Logged request was deleted successfully.
73+
index:
74+
destroy: Delete
75+
logged_requests: Logged Requests
76+
subscriptions:
77+
create:
78+
success: Subscription was created successfully.
79+
destroy:
80+
success: Subscription was deleted successfully.
81+
index:
82+
create_account_subscription: Create account subscription
83+
create_content_subscription: Create content subscription
84+
create_trends_subscription: Create trends subscription
85+
destroy: Delete
86+
subscriptions: Subscriptions
87+
trend_signals:
88+
destroy:
89+
success: Trend signal was deleted successfully.
90+
destroy_all:
91+
success: Trend signals were deleted successfully.
92+
index:
93+
destroy: Delete
94+
destroy_all: Delete all
95+
trend_signals: Trend Signals

fasp_base/config/locales/en.yml

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
en:
3+
activerecord:
4+
attributes:
5+
fasp_base/invitation_code:
6+
code: Code
7+
fasp_base/user:
8+
active: Active
9+
base_url: Base URL
10+
created_at: Created at
11+
email: Email
12+
fasp_base:
13+
admin:
14+
activations:
15+
create:
16+
success: User was activated successfully.
17+
destroy:
18+
success: User was deactivated successfully.
19+
invitation_codes:
20+
create:
21+
success: A new invitation code was added successfully.
22+
destroy:
23+
success: The invitation code was deleted successfully.
24+
index:
25+
add: Add a new invitation code
26+
delete: Delete
27+
invitation_codes: Invitation Codes
28+
sessions:
29+
create:
30+
failure: Sign In failed, please check your email and/or password.
31+
destroy:
32+
success: Signed in successfully. Welcome!
33+
new:
34+
log_in: Sign In
35+
settings:
36+
index:
37+
registration: Registration
38+
registration_hint: "`Open`: Everyone can register, `Closed`: No one can
39+
register, `Invite Only`: Server admins need an invitation code to register."
40+
settings: Settings
41+
update:
42+
success: Settings were saved successfully.
43+
users:
44+
index:
45+
activate: Activate
46+
deactivate: Deactivate
47+
users: Users
48+
registrations:
49+
new:
50+
sign_up: Sign Up
51+
servers:
52+
show:
53+
finish_registration_instructions: Click the button below to open the administration
54+
interface of your server to finish up the registration there. Take note
55+
of the following key fingerprint and make sure to compare it with what your
56+
server will present to you.
57+
finish_setup_link: Finish setup on your server
58+
key_fingerprint: Key fingerprint
59+
registration_successful: Your server is now registered with this provider.
60+
Thank you for signing up.
61+
sessions:
62+
create:
63+
failure: Sign In failed, please check your email and/or password.
64+
destroy:
65+
success: You were signed out successfully.
66+
new:
67+
log_in: Sign In
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
en:
3+
activerecord:
4+
attributes:
5+
fasp_data_sharing/backfill_request:
6+
category: Category
7+
created_at: Created at
8+
fasp_base_server: Server
9+
fulfilled: Fulfilled
10+
fasp_data_sharing/subscription:
11+
category: Category
12+
created_at: Created at
13+
fasp_base_server: Server
14+
subscription_type: Type

0 commit comments

Comments
 (0)