mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 19:14:11 +00:00
* added german translation consistently added all translation yml files for german language * Correct quotation and syntax errors in new de locale files Corrected misplaced or missing quotation marks in YAML * Updated German translations Added missing files, fixed for customizable branding * corrected yml formatting added missing "" when : where used in the string * Interpolation errors * More interpolation issues * Last round of interpolation errors? * Add German to supported locales * Still a few more interpolations --------- Signed-off-by: Juan José Mata <juanjo.mata@gmail.com> Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
20 lines
621 B
YAML
20 lines
621 B
YAML
---
|
|
en:
|
|
invitations:
|
|
create:
|
|
failure: Could not send invitation
|
|
success: Invitation sent successfully
|
|
destroy:
|
|
failure: There was a problem removing the invitation.
|
|
not_authorized: You are not authorized to manage invitations.
|
|
success: Invitation was successfully removed.
|
|
new:
|
|
email_label: Email Address
|
|
email_placeholder: Enter email address
|
|
role_admin: Administrator
|
|
role_label: Role
|
|
role_member: Member
|
|
submit: Send Invitation
|
|
subtitle: Send an invitation to join your family account on %{product_name}
|
|
title: Invite Someone
|