Skip to content

Commit 8772320

Browse files
committed
add translation
1 parent 1ec2206 commit 8772320

File tree

5 files changed

+44
-0
lines changed

5 files changed

+44
-0
lines changed

src/cloud/lib/i18n/enUS.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,15 @@ const enTranslation: TranslationSource = {
536536
[lngKeys.ModalUnlockCheckDetails]:
537537
'Check the details of the Standard and Pro plans and learn what you can do with it!',
538538
[lngKeys.OverlimitDashboards]: `Your dashboards exceed the limit of your current plan. Consider upgrading your plan or deleting other dashboards in order to continue using this feature with your current plan.`,
539+
540+
[lngKeys.ExportTitle]: 'Export your space data',
541+
[lngKeys.ExportSubtitle]: `The service for boostnote is planned to be retired at the end of September. We recommend exporting your space's data so that you do not lose any of your information.`,
542+
[lngKeys.ExportContent]: 'Here is an overview of what can be exported:',
543+
[lngKeys.ExportContentOne]:
544+
'Public & your accessible private Folders & documents hierarchy',
545+
[lngKeys.ExportContentTwo]: `Your Documents' content`,
546+
[lngKeys.ExportContentThree]: `Your Documents' attachments`,
547+
[lngKeys.ExportDownload]: `Download ZIP`,
539548
}
540549

541550
export default {

src/cloud/lib/i18n/fr.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,15 @@ const frTranslation: TranslationSource = {
548548
[lngKeys.ModalUnlockCheckDetails]:
549549
'Check the details of the Standard and Pro plans and learn what you can do with it!',
550550
[lngKeys.OverlimitDashboards]: `Your dashboards exceed the limit of your current plan. Consider upgrading your plan or deleting other dashboards in order to continue using this feature with your current plan.`,
551+
552+
[lngKeys.ExportTitle]: 'Export your space data',
553+
[lngKeys.ExportSubtitle]: `The service for boostnote is planned to be retired at the end of September. We recommend exporting your space's data so that you do not lose any of your information.`,
554+
[lngKeys.ExportContent]: 'Here is an overview of what can be exported:',
555+
[lngKeys.ExportContentOne]:
556+
'Public & your accessible private Folders & documents hierarchy',
557+
[lngKeys.ExportContentTwo]: `Your Documents' content`,
558+
[lngKeys.ExportContentThree]: `Your Documents' attachments`,
559+
[lngKeys.ExportDownload]: `Download ZIP`,
551560
}
552561

553562
export default {

src/cloud/lib/i18n/ja.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,15 @@ const jpTranslation: TranslationSource = {
536536
[lngKeys.ModalUnlockCheckDetails]:
537537
'Standard・Proプランの詳細を確認し、どれが最適なプランか比較してみましょう!',
538538
[lngKeys.OverlimitDashboards]: `無料プランでのDashboard作成上限に到達いたしました。アップグレードを行うことで、Dashboard作成数の上限を無くすことが可能になります。`,
539+
540+
[lngKeys.ExportTitle]: 'データエクスポート',
541+
[lngKeys.ExportSubtitle]: `Boost Noteは9月30日にサービス終了を予定しています。終了日以降、すべてのデータは完全に削除され、復元することはできません。必ずデータのエクスポートをお願いいたします。`,
542+
[lngKeys.ExportContent]: 'エクスポートできるもの:',
543+
[lngKeys.ExportContentOne]:
544+
'パブリックフォルダー、アクセス権限があるプライベートフォルダー、ドキュメントの階層',
545+
[lngKeys.ExportContentTwo]: `ドキュメントのコンテンツ`,
546+
[lngKeys.ExportContentThree]: `ドキュメントの添付ファイル`,
547+
[lngKeys.ExportDownload]: `ZIPファイルをダウンロードする`,
539548
}
540549

541550
export default {

src/cloud/lib/i18n/types.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,14 @@ export enum lngKeys {
487487
ModalUnlockSmartviewsTitle = 'modal.unlock.smartview.title',
488488
ModalUnlockSmartviewsDescription = 'modal.unlock.smartview.description',
489489
OverlimitDashboards = 'sub.limit.dashboards',
490+
491+
ExportTitle = 'export.title',
492+
ExportSubtitle = 'export.subtitle',
493+
ExportContent = 'export.content',
494+
ExportContentOne = 'export.content.one',
495+
ExportContentTwo = 'export.content.two',
496+
ExportContentThree = 'export.content.three',
497+
ExportDownload = 'export.download',
490498
}
491499

492500
export type TranslationSource = {

src/cloud/lib/i18n/zhCN.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,15 @@ const zhTranslation: TranslationSource = {
509509
[lngKeys.ModalUnlockCheckDetails]:
510510
'Check the details of the Standard and Pro plans and learn what you can do with it!',
511511
[lngKeys.OverlimitDashboards]: `Your dashboards exceed the limit of your current plan. Consider upgrading your plan or deleting other dashboards in order to continue using this feature with your current plan.`,
512+
513+
[lngKeys.ExportTitle]: 'Export your space data',
514+
[lngKeys.ExportSubtitle]: `The service for boostnote is planned to be retired at the end of September. We recommend exporting your space's data so that you do not lose any of your information.`,
515+
[lngKeys.ExportContent]: 'Here is an overview of what can be exported:',
516+
[lngKeys.ExportContentOne]:
517+
'Public & your accessible private Folders & documents hierarchy',
518+
[lngKeys.ExportContentTwo]: `Your Documents' content`,
519+
[lngKeys.ExportContentThree]: `Your Documents' attachments`,
520+
[lngKeys.ExportDownload]: `Download ZIP`,
512521
}
513522

514523
export default {

0 commit comments

Comments
 (0)