FCF - Full Stack Javascript Framework
OpenSource is a full stack development framework designed to simplify the development of WEB projects of various complexity levels.
It is based on unique technologies that open up new opportunities in development approaches with NODEJS.
修订版 | d8970d7e59a238ca77a120c070743cd4e1cf4d1e (tree) |
---|---|
时间 | 2022-08-01 20:06:04 |
作者 | ![]() |
Commiter | Vladimir Markin |
Added translations for fcfBackup
@@ -0,0 +1,8 @@ | ||
1 | +{ | |
2 | + "language": "de", | |
3 | + "translations": { | |
4 | + "Application backup": "Anwendungssicherung", | |
5 | + "Folder for backup files": "Ordner für Sicherungsdateien", | |
6 | + "Create backup": "Ein Backup erstellen" | |
7 | + } | |
8 | +} |
@@ -0,0 +1,8 @@ | ||
1 | +{ | |
2 | + "language": "fr", | |
3 | + "translations": { | |
4 | + "Application backup": "Sauvegarde d'application", | |
5 | + "Folder for backup files": "Dossier pour les fichiers de sauvegarde", | |
6 | + "Create backup": "Créer une sauvegarde" | |
7 | + } | |
8 | +} |
@@ -0,0 +1,8 @@ | ||
1 | +{ | |
2 | + "language": "ja", | |
3 | + "translations": { | |
4 | + "Application backup": "アプリケーションのバックアップ", | |
5 | + "Folder for backup files": "バックアップファイルのフォルダ", | |
6 | + "Create backup": "バックアップを作成する" | |
7 | + } | |
8 | +} |
@@ -1,6 +1,8 @@ | ||
1 | 1 | { |
2 | 2 | "language": "ru", |
3 | 3 | "translations": { |
4 | - "Application backup": "Резервное копирование приложения" | |
4 | + "Application backup": "Резервное копирование приложения", | |
5 | + "Folder for backup files": "Директория для файлов резервного копирования", | |
6 | + "Create backup": "Создать backup" | |
5 | 7 | } |
6 | 8 | } |
@@ -0,0 +1,8 @@ | ||
1 | +{ | |
2 | + "language": "zh", | |
3 | + "translations": { | |
4 | + "Application backup": "应用程序备份", | |
5 | + "Folder for backup files": "备份文件的文件夹", | |
6 | + "Create backup": "创建备份" | |
7 | + } | |
8 | +} |