test/dummy/config/locales/en.yml in translation_center-1.0.4 vs test/dummy/config/locales/en.yml in translation_center-1.1.0
- old
+ new
@@ -1,24 +1,16 @@
---
en:
actions:
are_you_sure: "Are you sure ?"
activerecord:
- attributes:
- post:
- content: Content
- title: Title
- translation_center/translation_key:
- name: Name
- user:
- email: Email
- password: Password
- remember_me: "Remember Me"
+ attributes: Attributes
errors:
messages:
record_invalid: "Validation failed: %{errors}"
taken: "has already been taken"
+ models: Models
attributes:
content: Content
email: Email
password: Password
remember_me: "Remember Me"
@@ -126,10 +118,11 @@
already_authenticated: "You are already signed in."
inactive: "Your account was not activated yet."
invalid: "Invalid email or password."
invalid_token: "Invalid authentication token."
locked: "Your account is locked."
+ not_found_in_database: "Invalid email or password."
timeout: "Your session expired, please sign in again to continue."
unauthenticated: "You need to sign in or sign up before continuing."
unconfirmed: "You have to confirm your account before continuing."
mailer:
confirmation_instructions:
@@ -167,10 +160,11 @@
messages:
accepted: "must be accepted"
already_confirmed: "was already confirmed, please try signing in"
blank: "can't be blank"
confirmation: "doesn't match confirmation"
+ confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one"
empty: "can't be empty"
equal_to: "must be equal to %{count}"
even: "must be even"
exclusion: "is reserved"
expired: "has expired, please request a new one"
@@ -194,10 +188,15 @@
helpers:
button:
create: "Create %{model}"
submit: "Save %{model}"
update: "Update %{model}"
+ label:
+ user:
+ email: Email
+ password: Password
+ remember_me: "Remember Me"
select:
prompt: "Please select"
submit:
create: "Create %{model}"
submit: "Save %{model}"
@@ -209,10 +208,11 @@
back_to_app: "Back To App"
from: From
to: To
translate_to: "Translate To"
meta_search:
+ created_at_gteq: "Created At Gteq"
or: or
predicates:
contains: "%{attribute} contains"
does_not_contain: "%{attribute} doesn't contain"
does_not_end_with: "%{attribute} doesn't end with"
@@ -280,17 +280,17 @@
precision:
format:
delimiter: ""
post:
content: Content
- title: Title
posts:
index:
Content: Content
- Listing_posts: "Listing Posts"
Title: Title
testing_new_keys: "Testing New Keys"
+ search:
+ created_at_gteq: "Created At Gteq"
support:
array:
last_word_connector: ", and "
two_words_connector: " and "
words_connector: ", "
@@ -316,17 +316,55 @@
all: All
name: Name
pending: Pending
translated: Translated
untranslated: Untranslated
+ center:
+ activity:
+ ago: Ago
+ changes: Changes
+ key: Key
+ locale: Locale
+ no_matches: "No Matches"
+ time: Time
+ user: User
+ dashboard:
+ activity: Activity
+ ago: Ago
+ all: All
+ changes: Changes
+ choose_filter: "Choose Filter"
+ dashboard: Dashboard
+ date: Date
+ filter: Filter
+ filter_by: "Filter By"
+ key: Key
+ language: Language
+ locale: Locale
+ pending: Pending
+ progress: Progress
+ reset: Reset
+ search: Search
+ search_by: "Search By"
+ select_locale: "Select Locale"
+ time: Time
+ to: To
+ translated: Translated
+ untranslated: Untranslated
+ user: User
+ dashboard: Dashboard
+ search_keys: "Search Keys"
translate_to: "Translate To"
translation_center: "Translation Center"
translation_keys:
+ destroyed_successfully: "Translation key was destroyed successfully"
show:
Add/Edit_Translation: "Add/Edit Translation"
Add_Translation: "Add Translation"
Translations: Translations
+ back_to_category: "Back To"
+ destroy: Destroy
no_translations_available: "No Translations Available"
show_keys:
translated: Translated
untranslated: Untranslated
waiting_acceptance: "Waiting Acceptance"
@@ -362,9 +400,10 @@
email: Email
invalid: Invalid
password: Password
remember_me: "Remember Me"
signed_in: "Signed In"
+ unauthenticated: Unauthenticated
will_paginate:
next_label: "Next →"
page_entries_info:
multi_page: "Displaying %{model} %{from} - %{to} of %{count} in total"
multi_page_html: "Displaying %{model} <b>%{from} - %{to}</b> of <b>%{count}</b> in total"