Skip to content

Commit

Permalink
feat: add file store ui
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Jul 27, 2022
1 parent e11dd05 commit 6a5028d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/translations/tokens/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,13 +423,13 @@
"syncing": "Syncing...",
"synced": "Synced!",
"my-files": "My Files",
"filename": "Filename",
"filter-by-filename": "Filter by filename",
"no-files-found": "No files have been found",
"could-not-retrieve-file-list": "File list could not be retrieved.",
"filename": "Filename",
"upload": "Upload",
"browse": "Browser",
"submit": "Submit",
"no-files-found": "No files have been found",
"could-not-retrieve-file-list": "The file list could not be retrieved.",
"sort-a-to-z": "Sort A to Z",
"sort-z-to-a": "Sort Z to A"
}
6 changes: 5 additions & 1 deletion src/translations/tokens/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,9 @@
"filter-by-filename": "Filtrar por nombre de archivo",
"upload": "Subir",
"browse": "Navegar",
"submit": "Enviar"
"submit": "Enviar",
"no-files-found": "No se han encontrado archivos",
"could-not-retrieve-file-list": "No se pudo recuperar la lista de archivos.",
"sort-a-to-z": "Ordenar de la A a la Z",
"sort-z-to-a": "Ordenar de Z a A"
}
6 changes: 5 additions & 1 deletion src/translations/tokens/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,9 @@
"filter-by-filename": "ファイル名でフィルタリング",
"upload": "アップロード",
"browse": "ブラウズ",
"submit": "送信"
"submit": "送信",
"no-files-found": "ファイルが見つかりません",
"could-not-retrieve-file-list": "ファイルリストを取得できませんでした。",
"sort-a-to-z": "AからZに並べ替え",
"sort-z-to-a": "ZをAに並べ替える"
}

0 comments on commit 6a5028d

Please sign in to comment.