Sha256: 0f0bc398b9097a46862b2ab423f8928d252ac860a7c5e86fba8c5d1720945abb
Contents?: true
Size: 1.04 KB
Versions: 4
Compression:
Stored size: 1.04 KB
Contents
# To use the locales, use `I18n.t`: # # I18n.t 'hello' # # In views, this is aliased to just `t`: # # <%= t('hello') %> # # To use a different locale, set it with `I18n.locale`: # # I18n.locale = :es # # This would use the information in config/locales/es.yml. # # To learn more, please read the Rails Internationalization guide # available at http://guides.rubyonrails.org/i18n.html. de: app_title: "VersaCommerce Example App" created_by_html: "Erstellt von %{link}" sessions: views: new: title: "Registrieren Sie diese Anwendung bei Ihrem Shop." subtitle: "Sie müssen Sich bei ihrem Shop anmelden, um dieser Anwendung Zugriff zu gewähren." help: "Bitte geben Sie Ihre Shop-URL ein. Beispiel: mein-shop.versacommerce.de" placeholder: "mein-shop.versacommerce.de" submit: "Registrieren (Installieren)" controller: destroy: "Sie haben sich abgemeldet." finalize_ok: "Verbindung wurde erfolgreich aufgebaut." finalize_error: "Verbindung konnte nicht aufgebaut werden."
Version data entries
4 entries across 4 versions & 1 rubygems