Added TODO: comments to pages, where there are non-localized strings, in order to keep track of them

This commit is contained in:
Wächtler, Yannick 2021-11-19 15:32:13 +01:00
parent 9164daf5bc
commit 1b76185798
18 changed files with 18 additions and 15 deletions

View file

@ -1,5 +1,5 @@
@extends('layouts/default') @extends('layouts/default')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
{{ trans('general.dashboard') }} {{ trans('general.dashboard') }}

View file

@ -1,3 +1,4 @@
{{-- TODO: Translate --}}
@if ($errors->any()) @if ($errors->any())
<div class="col-md-12"> <div class="col-md-12">
<div class="alert alert-danger fade in"> <div class="alert alert-danger fade in">

View file

@ -1,5 +1,5 @@
@extends('layouts/setup') @extends('layouts/setup')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
Create a User :: Create a User ::

View file

@ -1,5 +1,5 @@
@extends('layouts/setup') @extends('layouts/setup')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
Create a User :: Create a User ::

View file

@ -1,5 +1,5 @@
@extends('layouts/setup') @extends('layouts/setup')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
Create a User :: Create a User ::

View file

@ -1,5 +1,5 @@
@extends('layouts/setup') @extends('layouts/setup')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
Create a User :: Create a User ::

View file

@ -3,6 +3,7 @@
'helpPosition' => 'right', 'helpPosition' => 'right',
]) ])
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')

View file

@ -1,5 +1,5 @@
@extends('layouts/default') @extends('layouts/default')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
{{ $statuslabel->name }} {{ trans('general.assets') }} {{ $statuslabel->name }} {{ trans('general.assets') }}

View file

@ -1,5 +1,5 @@
@extends('layouts/default') @extends('layouts/default')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
{{ trans('admin/suppliers/table.view') }} - {{ trans('admin/suppliers/table.view') }} -

View file

@ -1,5 +1,5 @@
@extends('layouts/default') @extends('layouts/default')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
Bulk Edit Bulk Edit

View file

@ -1,5 +1,5 @@
@extends('layouts/default') @extends('layouts/default')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
Bulk Checkin &amp; Delete Bulk Checkin &amp; Delete

View file

@ -1,5 +1,5 @@
@extends('layouts/default') @extends('layouts/default')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
@if ($user->id) @if ($user->id)

View file

@ -1,5 +1,5 @@
@extends('layouts/default') @extends('layouts/default')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')

View file

@ -1,5 +1,5 @@
@extends('layouts/default') @extends('layouts/default')
{{-- TODO: Translate --}}
{{-- Page title --}} {{-- Page title --}}
@section('title') @section('title')
LDAP User Sync LDAP User Sync

View file

@ -30,7 +30,7 @@
</style> </style>
</head> </head>
<body> <body>
{{-- TODO: Translate --}}
@if ($snipeSettings->logo_print_assets=='1') @if ($snipeSettings->logo_print_assets=='1')
@if ($snipeSettings->brand == '3') @if ($snipeSettings->brand == '3')

View file

@ -1,5 +1,5 @@
<?php <?php
// TODO: Translate
if (! empty($greeting)) { if (! empty($greeting)) {
echo $greeting, "\n\n"; echo $greeting, "\n\n";
} else { } else {

View file

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
{{-- TODO: Translate --}}
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

View file

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
{{-- TODO: Translate --}}
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">