refactor(i18n): Improve multilingual support
This commit is contained in:
@@ -4,6 +4,7 @@ import { ServicesTranslations } from '../types/services';
|
||||
export const servicesTranslations: ServicesTranslations = {
|
||||
// Dienst-Tabelle
|
||||
serviceName: "Dienstname",
|
||||
serviceNameDesc: "Geben Sie einen aussagekräftigen Namen für Ihren Service ein",
|
||||
serviceType: "Diensttyp",
|
||||
serviceStatus: "Dienststatus",
|
||||
responseTime: "Antwortzeit",
|
||||
|
||||
@@ -3,6 +3,7 @@ import { ServicesTranslations } from '../types/services';
|
||||
|
||||
export const servicesTranslations: ServicesTranslations = {
|
||||
serviceName: "Service Name",
|
||||
serviceNameDesc: "Enter a descriptive name for your service",
|
||||
serviceType: "Service Type",
|
||||
serviceStatus: "Service Status",
|
||||
responseTime: "Response Time",
|
||||
|
||||
@@ -2,6 +2,7 @@ import { ServicesTranslations } from '../types/services';
|
||||
|
||||
export const servicesTranslations: ServicesTranslations = {
|
||||
serviceName: "サービス名",
|
||||
serviceNameDesc: "サービスのわかりやすい名前を入力してください",
|
||||
serviceType: "サービスタイプ",
|
||||
serviceStatus: "サービスステータス",
|
||||
responseTime: "応答時間",
|
||||
|
||||
@@ -3,6 +3,7 @@ import { ServicesTranslations } from '../types/services';
|
||||
|
||||
export const servicesTranslations: ServicesTranslations = {
|
||||
serviceName: "ឈ្មោះសេវាកម្ម",
|
||||
serviceNameDesc: "បញ្ចូលឈ្មោះពិពណ៌នាសម្រាប់សេវាកម្មរបស់អ្នក",
|
||||
serviceType: "ប្រភេទសេវាកម្ម",
|
||||
serviceStatus: "ស្ថានភាពសេវាកម្ម",
|
||||
responseTime: "ពេលវេលាឆ្លើយតប",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
export interface ServicesTranslations {
|
||||
serviceName: string;
|
||||
serviceNameDesc: string;
|
||||
serviceType: string;
|
||||
serviceStatus: string;
|
||||
responseTime: string;
|
||||
|
||||
@@ -3,6 +3,7 @@ import { ServicesTranslations } from '../types/services';
|
||||
|
||||
export const servicesTranslations: ServicesTranslations = {
|
||||
serviceName: "服务名称",
|
||||
serviceNameDesc: "为你的服务输入一个描述性名称",
|
||||
serviceType: "服务类型",
|
||||
serviceStatus: "服务状态",
|
||||
responseTime: "响应时间",
|
||||
|
||||
Reference in New Issue
Block a user