-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CastIt.Android] Clean the house part II
- Loading branch information
Showing
13 changed files
with
162 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"appName": "CastIt", | ||
"dark": "Dark", | ||
"light": "Light", | ||
"english": "English", | ||
"spanish": "Spanish", | ||
"settings": "Settings", | ||
"theme": "Theme", | ||
"appVersion": "Version: {version}", | ||
"chooseBaseAppColor": "Choose base app color", | ||
"accentColor": "Accent Color", | ||
"chooseAccentColor": "Choose an accent color", | ||
"language": "Language", | ||
"chooseLanguage": "Choose a language", | ||
"about": "About", | ||
"aboutSummary": "A remote control for the desktop app", | ||
"donations": "Donations", | ||
"support": "Support", | ||
"appInfo": "App information", | ||
"donationsMsg": "I hope you are enjoying using this app, if you would like to buy me a coffee/beer, just send me an email.", | ||
"donationSupport": "I made this app in my free time and it is also open source. If you would like to help me, report an issue, have an idea, want a feature to be implemented, etc please open an issue here:", | ||
"playerSettings": "Player Settings", | ||
"changeAppBehaviour": "Change app behaviour", | ||
"playlists": "PlayLists", | ||
"playlist": "Playlist", | ||
"playFromTheStart": "Play files from the start", | ||
"playNextFileAutomatically": "Play next file automatically", | ||
"forceVideoTranscode": "Force video transcode", | ||
"forceAudioTranscode": "Force audio transcode", | ||
"enableHwAccel": "Enable hardware acceleration", | ||
"videoScale": "Video scale", | ||
"playing": "Playing", | ||
"fullHd": "Full HD (1080p)", | ||
"hd": "HD (720p)", | ||
"original": "Original", | ||
"somethingWentWrong": "Something went wrong!", | ||
"pleaseTryAgainLater": "Please try again later", | ||
"makeSureYouAreConnected": "Make sure you are connected to the same wifi network of the desktop app and that the desktop app is opened", | ||
"url": "Url", | ||
"invalidUrl": "Invalid Url", | ||
"cancel": "Cancel", | ||
"ok": "Ok", | ||
"noConnectionToDesktopApp": "No connection to the desktop app", | ||
"verifyCastItUrl": "Verify that the url matches the one in the desktop app", | ||
"playFile": "Play file", | ||
"playFileFromTheBeginning": "Play file from the beginning", | ||
"deleteFile": "Delete file", | ||
"rename": "Rename", | ||
"delete": "Delete", | ||
"fileOptions": "File options", | ||
"audio": "Audio", | ||
"subtitles": "Subtitles", | ||
"quality": "Quality", | ||
"volume": "Volume", | ||
"na": "N/A", | ||
"webServerUrl": "Web server url", | ||
"search": "Search", | ||
"shufflePlayList": "Shuffle playlist", | ||
"loopFile": "Loop file", | ||
"playlistOptions": "PlayList Options", | ||
"deletePlayListConfirm": "Delete playlist {playlist}?", | ||
"deleteFileConfirm": "Delete file {file} ?", | ||
"clear": "Clear", | ||
"invalidName": "Name is not valid", | ||
"name": "Name", | ||
"welcome": "Welcome to {appName}", | ||
"welcomeSummary": "In the next section you will be asked for the desktop app url app, so please install it and keep it at hand", | ||
"youCanSkip": "You can skip this and configure the app later...", | ||
"enjoyTheApp": "Enjoy the app !!!", | ||
"skip": "Skip", | ||
"next": "Next", | ||
"start": "Start", | ||
"confirm": "Confirm", | ||
"skipIntroConfirm": "Are you sure you want to skip the intro ?", | ||
"playlistNotFound": "Playlist not found", | ||
"closeDesktopApp": "Close desktop app", | ||
"closeDesktopAppConfirmation": "Are you sure you want to close the desktop app ?", | ||
"stopPlayback": "Stop playback", | ||
"desktopApp": "Desktop app", | ||
"issues": "Issues" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"appName": "CastIt", | ||
"dark": "Oscuro", | ||
"light": "Ligero", | ||
"english": "Inglés", | ||
"spanish": "Español", | ||
"settings": "Ajustes", | ||
"theme": "Tema", | ||
"appVersion": "Versión: {version}", | ||
"chooseBaseAppColor": "Escoge un color base para la app", | ||
"accentColor": "Color de acento", | ||
"chooseAccentColor": "Escoge un color de acento", | ||
"language": "Idioma", | ||
"chooseLanguage": "Escoge un idioma", | ||
"about": "Acerca de", | ||
"aboutSummary": "Control remoto para la aplicación de escritorio.", | ||
"donations": "Donaciones", | ||
"support": "Soporte", | ||
"appInfo": "Información de la aplicación", | ||
"donationsMsg": "Espero que disfrutes al usar esta aplicación, si te gustaría comprarme un cafe o una cerveza, envíame un email.", | ||
"donationSupport": "Hice esta aplicación en mi tiempo libre y también es de código abierto. Si desea ayudarme, informar un problema, tienes una idea, deseas que se implemente una función, etc., crea un issue aquí:", | ||
"playerSettings": "Player Settings", | ||
"changeAppBehaviour": "Cambiar el comportamiento de la aplicación", | ||
"playlists": "Listas de reproducción", | ||
"playlist": "Lista de reproducción", | ||
"playFromTheStart": "Reproducir archivos desde el inicio", | ||
"playNextFileAutomatically": "Reproducir el siguiente archivo automáticamente", | ||
"forceVideoTranscode": "Forzar la transcodificación del video", | ||
"forceAudioTranscode": "Forzar la transcodificación del audio", | ||
"enableHwAccel": "Habilitar la aceleración por hardware", | ||
"videoScale": "Escala de video", | ||
"playing": "Reproduciendo", | ||
"fullHd": "Full HD (1080p)", | ||
"hd": "HD (720p)", | ||
"original": "Original", | ||
"somethingWentWrong": "Algo salió mal!", | ||
"pleaseTryAgainLater": "Porfavor intente mas tarde", | ||
"makeSureYouAreConnected": "Asegurate de que estás conectado a la misma red wifi que la aplicación de escritorio y de que la misma esta abierta", | ||
"url": "Url", | ||
"invalidUrl": "Url no válida", | ||
"cancel": "Cancelar", | ||
"ok": "Ok", | ||
"noConnectionToDesktopApp": "No hay conexión con la aplicación de escritorio", | ||
"verifyCastItUrl": "Verifica que la url concuerde con la de la aplicación de escritorio", | ||
"playFile": "Reproducir archivo", | ||
"playFileFromTheBeginning": "Reproducir archivo desde el inicio", | ||
"deleteFile": "Borrar archivo", | ||
"rename": "Renombrar", | ||
"delete": "Borrar", | ||
"fileOptions": "Opciones del archivo", | ||
"audio": "Audio", | ||
"subtitles": "Subtítulos", | ||
"quality": "Calidad", | ||
"volume": "Volumen", | ||
"na": "N/A", | ||
"webServerUrl": "Ruta del servidor web", | ||
"search": "Buscar", | ||
"shufflePlayList": "Lista de reproducción aleatoria", | ||
"loopFile": "Repetir archivo", | ||
"playlistOptions": "Opciones de la lista de reproducción", | ||
"deletePlayListConfirm": "¿ Borrar la lista de reproducción {playlist}?", | ||
"deleteFileConfirm": "¿ Borrar el archivo {file} ?", | ||
"clear": "Limpiar", | ||
"invalidName": "Nombre inválido", | ||
"name": "Nombre", | ||
"welcome": "Bienvenido a {appName}", | ||
"welcomeSummary": "En la siguiente sección, se te pedirá la url del servidor de la aplicación de escritorio, por lo que por favor instalala y tenla a mano", | ||
"youCanSkip": "Puedes saltarte esta parte y configurar la aplicación luego...", | ||
"enjoyTheApp": "Disfruta la aplicación !!!", | ||
"skip": "Saltar", | ||
"next": "Siguiente", | ||
"start": "Empezar", | ||
"confirm": "Confirmar", | ||
"skipIntroConfirm": "¿ Estás seguro de que deseas saltarte la intro ?", | ||
"playlistNotFound": "Lista de reproducción no encontrada", | ||
"closeDesktopApp": "Cerrar la app. de escritorio", | ||
"closeDesktopAppConfirmation": "¿ Estás seguro que deseas cerrar la aplicación de escritorio ?", | ||
"stopPlayback": "Detener reproducción", | ||
"desktopApp": "Aplicación de escritorio", | ||
"issues": "Inconvenientes" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
CastIt.Android/lib/models/dtos/base_socket_request_dto.dart
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
CastIt.Android/lib/models/dtos/empty_socket_response_dto.dart
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
CastIt.Android/lib/models/dtos/requests/app_settings_request_dto.dart
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
CastIt.Android/lib/models/dtos/requests/base_item_request_dto.dart
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
CastIt.Android/lib/models/dtos/requests/delete_playlist_request_dto.dart
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
CastIt.Android/lib/models/dtos/requests/go_to_seconds_request_dto.dart
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.