Remove i18n.json and add it to gitignore

This commit is contained in:
Andreas Nedbal 2023-01-05 14:58:23 +01:00
parent 0fa9d9b861
commit 9d49cc3c1d
2 changed files with 1 additions and 135 deletions

2
.gitignore vendored
View file

@ -38,7 +38,7 @@ yarn-debug.log*
/public/users
# dont push generated js translations to repository
/app/javascript/retrospring/i18n.json
/app/assets/javascript/retrospring/i18n.json
### Operating systems / desktops ###

View file

@ -1,134 +0,0 @@
{
"en": {
"frontend": {
"destroy_comment": {
"confirm": {
"text": "You will not be able to recover this comment.",
"title": "Are you sure?"
}
},
"destroy_own": {
"confirm": {
"text": "The question will be removed.",
"title": "Are you sure?"
}
},
"destroy_question": {
"confirm": {
"text": "The question will be moved back to your inbox, but it won't delete any posts to social media.",
"title": "Are you sure?"
}
},
"destroy_report": {
"confirm": {
"text": "You will not be able to recover this report.",
"title": "Are you sure?"
}
},
"error": {
"message": "An error occurred, a developer should check the console for details",
"title": "Uh-oh…"
},
"inbox": {
"confirm": {
"text": "This question will be gone forever.",
"title": "Are you sure?"
},
"confirm_all": {
"text": "They will be gone forever.",
"title": "Are you sure you want to delete %{count} questions?"
},
"empty": "Nothing to see here."
},
"list": {
"confirm": {
"text": "You will not be able to recover this list.",
"title": "Are you sure?"
},
"item": {
"members": {
"one": "1 member",
"other": "%{count} members",
"zero": "No members"
}
}
},
"load": "Load more",
"mod_mute": {
"confirm": {
"text": "This will mute this user for everyone.",
"title": "Are you sure?"
}
},
"push_notifications": {
"inbox": {
"title": "New question from %{user}"
},
"setup_fail": "Failed to set up push notifications. Please try again later.",
"subscribe": {
"fail": {
"body": "Please try again later",
"title": "Failed to subscribe to push notifications"
},
"success": {
"body": "You will now receive push notifications for new questions on this device.",
"title": "Push notifications enabled!"
}
},
"unsubscribe": {
"fail": "Failed to disable push notifications.",
"success": "Push notifications disabled successfully."
}
},
"report": {
"confirm": {
"input": "Specify a reason…",
"text": "A moderator will review your report and decide what happens.\nYou can optionally specify a reason.",
"title": "Are you sure you want to report this %{type}?"
}
},
"subscription": {
"fail": {
"subscribe": "Failed to subscribe to answer.",
"unsubscribe": "Failed to unsubscribe from answer."
},
"subscribe": "Successfully subscribed.",
"unsubscribe": "Successfully unsubscribed."
},
"success": {
"title": "Success!"
}
},
"voc": {
"add": "Add",
"answer": "Answer",
"block": "Block",
"block_site_wide": "Block user site-wide",
"cancel": "Cancel",
"close": "Close",
"confirm": "Are you sure?",
"delete": "Delete",
"edit": "Edit",
"follow": "Follow",
"load": "Load more",
"login": "Sign in",
"logout": "Sign out",
"mute": "Mute",
"n": "No",
"register": "Sign up",
"remove": "Remove",
"report": "Report",
"save": "Save changes",
"show_anonymous_questions": "Show all questions from this user",
"subscribe": "Subscribe",
"terms": "Terms of Service",
"unblock": "Unblock",
"unfollow": "Unfollow",
"unmute": "Unmute",
"unsubscribe": "Unsubscribe",
"update": "Update",
"view_in_rails_admin": "View in Rails Admin",
"y": "Yes"
}
}
}