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')
{{-- TODO: Translate --}}
{{-- Page title --}}
@section('title')
{{ trans('general.dashboard') }}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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