Skip to content

Commit

Permalink
Backups app
Browse files Browse the repository at this point in the history
Should be moved to extension
  • Loading branch information
elizavetaRa authored and diocas committed Jun 1, 2023
1 parent 369a99f commit 2714602
Show file tree
Hide file tree
Showing 7 changed files with 937 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/web-app-backups/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[main]
host = https://www.transifex.com

[owncloud-web.text-editor]
file_filter = locale/<lang>/LC_MESSAGES/app.po
minimum_perc = 0
source_file = template.pot
source_lang = en
type = PO

1 change: 1 addition & 0 deletions packages/web-app-backups/l10n/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"cs":{"Save":"Uložit"},"de":{"An error occurred":"Ein Fehler ist aufgetreten","Don't Save":"Verwerfen","Error when contacting the server":"Fehler beim Kontaktieren des Servers","extensionItem":"Erweiterungselement","JavaScript file":"JavaScript-Datei","JSON file":"JSON-Datei","Loading editor content":"Lade Editor Inhalt","Markdown file":"Markdown-Datei","msg":"Nachricht","PHP file":"PHP-Datei","Plain text file":"Text-Datei","Python file":"Python-Datei","Save":"Speichern","Text Editor":"Texteditor","This file was updated outside this window. Please refresh the page (all changes will be lost).":"Die Datei wurde außerhalb des Fensters aktualisiert. Bitte die Seite neu laden (alle Änderungen gehen verloren).","Unsaved changes":"Ungespeicherte Änderungen","XML file":"XML-Datei","YAML file":"YAML-Datei","You're not authorized to save this file":"Keine ausreichenden Berechtigungen für das Speichern der Datei ","Your changes were not saved. Do you want to save them?":"Ungesicherte Änderungen. Möchtest Du sie speichern? "},"es":{"Loading editor content":"Cargando el editor de contenido","msg":"msg","Save":"Guardar"},"fr":{"An error occurred":"Une erreur est survenue","Don't Save":"Ne pas enregistrer","Error when contacting the server":"Erreur de communication avec le serveur","JavaScript file":"Fichier JavaScript","JSON file":"Fichier JSON","Loading editor content":"Chargement du contenu de l'éditeur","Markdown file":"Fichier Markdown","msg":"msg","PHP file":"Fichier PHP","Plain text file":"Fichier texte brut","Python file":"Fichier Python","Save":"Sauvegarder","Text Editor":"Éditeur de texte","This file was updated outside this window. Please refresh the page (all changes will be lost).":"Ce fichier a été modifié en dehors de cette fenêtre. Veuillez rafraîchir la page (tous les changements seront perdus).","Unsaved changes":"Modifications non enregistrées","XML file":"Fichier XML","YAML file":"Fichier YAML","You're not authorized to save this file":"Vous n'êtes pas autorisé à enregistrer ce fichier","Your changes were not saved. Do you want to save them?":"Les modifications n'ont pas été enregistrées, souhaitez-vous les enregistrer ?"},"gl":{"msg":"msx","Save":"Gardar"},"it":{}}
19 changes: 19 additions & 0 deletions packages/web-app-backups/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "backups",
"version": "0.0.0",
"description": "CERNBox backups management",
"license": "AGPL-3.0",
"peerDependencies": {
"axios": "^0.27.2",
"fuse.js": "^6.5.3",
"lodash-es": "4.17.21",
"uuid": "^9.0.0",
"vue-concurrency": "4.0.0",
"vuex": "4.1.0",
"web-pkg": "npm:@ownclouders/web-pkg",
"web-client": "npm:@ownclouders/web-client",
"web-app-files": "0.0.0"
}
}


Loading

0 comments on commit 2714602

Please sign in to comment.