lib/active_admin/locales/lv.yml in activeadmin-0.5.1 vs lib/active_admin/locales/lv.yml in activeadmin-0.6.0
- old
+ new
@@ -1,11 +1,11 @@
lv:
active_admin:
dashboard: Panelis
dashboard_welcome:
welcome: "Laipni lūgti Active Admin."
- call_to_action: "Izmantojiet 'app/admin/dashboards.rb', lai pievienotu sadaļas panelim."
+ call_to_action: "Izmantojiet 'app/admin/dashboard.rb', lai pievienotu sadaļas panelim."
view: "Apskatīt"
edit: "Labot"
delete: "Dzēst"
delete_confirmation: "Vai Tu tiešām vēlies dzēst?"
new_model: "Pievienot '%{model}' ierakstu"
@@ -42,9 +42,20 @@
other: "ieraksti"
any: "Jebkurš"
blank_slate:
content: "Sadaļā '%{resource_name}' nav neviena ieraksta."
link: "Izveidot jaunu"
+ batch_actions:
+ button_label: "Batch Actions"
+ delete_confirmation: "Are you sure you want to delete these %{plural_model}? You won't be able to undo this."
+ succesfully_destroyed:
+ one: "Successfully destroyed 1 %{model}"
+ other: "Successfully destroyed %{count} %{plural_model}"
+ selection_toggle_explanation: "(Toggle Selection)"
+ link: "Create one"
+ action_label: "%{title} Selected"
+ labels:
+ destroy: "Delete"
comments:
body: "Saturs"
author: "Autors"
title: "Komentārs"
add: "Pievienot komentāru"