aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/lib/i18n/en/app/index.ts
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-10-02 11:35:39 +0200
committerivarlovlie <git@ivarlovlie.no>2022-10-02 11:36:16 +0200
commit959306f9820f14f27dba56a42ffd1914f4e49de1 (patch)
treed338d67bef1bae1a3bca09eac24828d43a7f1107 /apps/kit/src/lib/i18n/en/app/index.ts
parent70347722fa1f959a5b224ed43b6b64bf289f36cf (diff)
downloadgreatoffice-959306f9820f14f27dba56a42ffd1914f4e49de1.tar.xz
greatoffice-959306f9820f14f27dba56a42ffd1914f4e49de1.zip
refactor: Remove deprecated i18n strings
Diffstat (limited to 'apps/kit/src/lib/i18n/en/app/index.ts')
-rw-r--r--apps/kit/src/lib/i18n/en/app/index.ts98
1 files changed, 1 insertions, 97 deletions
diff --git a/apps/kit/src/lib/i18n/en/app/index.ts b/apps/kit/src/lib/i18n/en/app/index.ts
index dd26be2..7cd05ee 100644
--- a/apps/kit/src/lib/i18n/en/app/index.ts
+++ b/apps/kit/src/lib/i18n/en/app/index.ts
@@ -1,101 +1,5 @@
import type { BaseTranslation } from '../../i18n-types'
-const en_app: BaseTranslation = {
- nav: {
- home: "Home",
- data: "Data",
- settings: "Settings",
- usermenu: {
- logoutTitle: "Log out of your profile",
- profileTitle: "Administrate your profile",
- toggleTitle: "Toggle user menu",
- }
- },
- views: {
- dataTablePaginator: {
- goToPrevPage: "Go to previous page",
- goToNextPage: "Go to next page",
- },
- categoryForm: {
- defaultLabels: "Default labels",
- labelsPlaceholder: "Search or create"
- },
- settingsCategoriesTile: {
- deleteAllConfirm: "Are you sure you want to delete this category?\nThis will delete all relating entries!",
- editEntry: "Edit entry",
- deleteEntry: "Delete entry",
- noCategories: "No categories",
- },
- settingsLabelsTile: {
- deleteAllConfirm: "Are you sure you want to delete this label?\nIt will be removed from all related entries!",
- editEntry: "Edit label",
- deleteEntry: "Delete label",
- noLabels: "No labels",
- },
- entryForm: {
- entryUpdateError: "An error occured while updating the entry, try again soon.",
- entryCreateError: "An error occured while creating the entry, try again soon.",
- errDescriptionReq: "Description is required",
- category: {
- placeholder: "Search or create",
- noResults: "No categories available (Create a new one by searching for it)",
- errisRequired: "Category is required",
- _logReset: "Reset category section"
- },
- labels: {
- placeholder: "Search or create",
- noResults: "No labels available (Create a new one by searching for it)",
- labels: "Labels",
- _logReset: "Reset labels section"
- },
- dateTime: {
- errDateIsRequired: "Date is required",
- errFromIsRequired: "From is required",
- errFromAfterTo: "From can not be after To",
- errFromEqTo: "From and To can not be equal",
- errToIsRequired: "To is required",
- errToBeforeFrom: "To can not be before From",
- from: "From",
- to: "To",
- date: "Date",
- _logReset: "Reset date time section"
- }
- }
- },
- data: {
- durationSummary: "Showing {entryCountString:string}, totalling in {totalHourMin:string}",
- hourSingleChar: "h",
- minSingleChar: "m",
- entry: "entry",
- entries: "entries",
- confirmDeleteEntry: "Are you sure you want to delete this entry?",
- editEntry: "Edit entry",
- date: "Date",
- from: "From",
- duration: "Duration",
- category: "Category",
- description: "Description",
- loading: "Loading",
- noEntries: "No entries",
- to: "to",
- use: "Use",
- },
- home: {
- confirmDeleteEntry: "Are you sure you want to delete this entry?",
- newEntry: "New entry",
- editEntry: "Edit entry",
- deleteEntry: "Delete entry",
- loggedTimeToday: "Logged time today",
- loggedTimeTodayString: "{hours}h{minutes}m",
- currentTime: "Current time",
- loading: "Loading",
- stopwatch: "Stopwatch",
- todayEntries: "Today's entries",
- noEntriesToday: "No entries today",
- refreshTodayEntries: "Refresh today's entries",
- category: "Category",
- timespan: "Timespan",
- },
-}
+const en_app: BaseTranslation = {}
export default en_app \ No newline at end of file