diff options
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/ca.yml | 129 | ||||
| -rw-r--r-- | config/locales/en.yml | 131 |
2 files changed, 260 insertions, 0 deletions
diff --git a/config/locales/ca.yml b/config/locales/ca.yml new file mode 100644 index 0000000..ae9983c --- /dev/null +++ b/config/locales/ca.yml @@ -0,0 +1,129 @@ +ca: + ## + # Rails thingies. + + activerecord: + models: + comment: Comentari + tag: Etiqueta + thing: Font + attributes: + comment: + content: Contingut + tag: + name: Nom + thing: + target: Identificador + title: Títol + publisher: Editorial + address: Adreça + year: Any + url: Enllaç + access: Última data de consulta + location: Lloc + insideof: Dins de + pages: Pàgines + rate: Qualificació + status: Estat + kind: Tipus + note: Notes + authors: Autors + editors: Editors d'una col·lecció + bought_at: Data de compra + where_is_it: Per on para? + user: + username: Nom d'usuari + password: Contrasenya + + helpers: + submit: + create: Afegeix + update: Actualitza + + ## + # App-specific strings. + + general: + sure: N'estàs segur? + edit: edita + delete: elimina + new: nou + create: Afegeix + list: llista + in: a + back-to-list: torna a la llista + or: o + cancel: cancel·la + insideof: Dins de + insideof-vowel: Dins d' + + comments: + title: Comentari + title-plural: Comentaris + new: Comenta + none: De moment no sha fet cap comentari + edit-title: Edita comnetari + delete-title: Esborra comentari + bad-create: "No s'ha pogut afegir el comentari per motius desconeguts" + bad-update: "No s'ha pogut actualitzar el comentari per motius desconeguts" + + layout: + created-by: Creat per + this-page-license: Aquesta pàgina és programari lliure i està sota la llicència + source-code: codi font + + license: + title: Llicència + at: El codi font es pot trobar + here: aquí + + sessions: + title: Benvingut! + wrong-credentials: Usuari o contrasenya incorrectes + sign-in: Entra + sign-out: Tanca la sessió + + searches: + title: Cerca + object: cerca + home: Tot + save: guarda cerca + public: Públic + + shared: + title: Cerques públiques + none: De moment no s'ha compartit cap cerca + + export: + action: exporta + note: ATENCIÓ + note-msg: només s'inclourà informació que pugui ser utilitzada per a escriure una secció de bibliografia + chapter: Bibliografia + + tags: + title: Etiquetes + new: Etiqueta nova + new-action: nova + create-success: Etiqueta creada correctament + destroy-success: Etiqueta esborrada correctament + + things: + object: font + create-another: Afegeix-ne una altra + create-success: Nova font creada correctament + update-success: Font actualitzada correctament + destroy-success: Font esborrada correctament + + status: + read: Llegit + notread: Per llegir + tobepublished: Per publicar + + kind: + other: Altre + poetry: Poesia + theater: Teatre + essay: Assaig + shorts: Narració breu + novel: Novel·la + paper: Article diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 0000000..f00d7e5 --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,131 @@ +en: + ## + # Rails thingies. + + activerecord: + models: + comment: Comment + tag: Tag + thing: Source + attributes: + comment: + content: Content + tag: + name: Name + thing: + target: Identifier + title: Title + publisher: Publisher + address: Address + year: Year + url: URL + access: Last consulted at + location: Place + insideof: Inside of + pages: Pages + rate: Rate + status: Status + kind: Kind + note: Notes + authors: Authors + editors: Editors of a collection + bought_at: Bought at + where_is_it: Where is it? + user: + username: Username + password: Password + + helpers: + submit: + create: Create + update: Update + + ## + # App-specific strings. + + general: + sure: Are you sure? + edit: edit + delete: delete + new: new + create: create + list: list + in: in + back-to-list: back to list + or: or + cancel: cancel + insideof: Inside of + insideof-vowel: Inside of + + comments: + title: Comment + title-plural: Comments + new: New comment + none: 'No comments have been made so far' + edit-title: Edit comment + delete-title: Delete comment + bad-create: Could not add comment for unknown reasons + bad-update: Could not update comment for unknown reasons + + layout: + created-by: Created by + this-page-license: This site is free software and is under the + source-code: source code + + license: + title: License + at: You can find the source code + here: here + + sessions: + title: Welcome! + wrong-credentials: Wrong credentials + sign-in: Sign in + sign-out: Sign out + + searches: + title: Search + object: search + home: Home + save: save search + public: Public + + shared: + title: Public searches + none: 'No searches have been shared for now' + + export: + action: export + note: 'NOTE' + note-msg: only information that can be used for building up a bibliography section will be included + chapter: Bibliography + + tags: + title: Tags + new: New tag + new-action: new + + create-success: Tag was successfully created + destroy-success: Tag was successfully deleted + + things: + object: source + create-another: Create another one + + create-success: New source was successfully created + update-success: Source was successfully updated + destroy-success: Source was successfully deleted + + status: + read: Read + notread: Not read + tobepublished: To be published + + kind: + other: Other + poetry: Poetry + theater: Theater + essay: Essay + shorts: Shorts + novel: Novel + paper: Paper |
