|
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 | +--- |
30 | 2 | 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 |
0 commit comments